diff options
Diffstat (limited to 'devel/xdg-utils/Makefile')
-rw-r--r-- | devel/xdg-utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/xdg-utils/Makefile b/devel/xdg-utils/Makefile index fbde757b3703..497a133e00aa 100644 --- a/devel/xdg-utils/Makefile +++ b/devel/xdg-utils/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://portland.freedesktop.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop -BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - xprop:${PORTSDIR}/x11/xprop \ - xset:${PORTSDIR}/x11/xset +BUILD_DEPENDS= xmlto:textproc/xmlto +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ + xprop:x11/xprop \ + xset:x11/xset USES= gmake GNU_CONFIGURE= yes |