aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 15:14:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 15:14:00 +0000
commit9041579843ff5c6a45f4ad57f0b196f9310678f0 (patch)
treeaf5379ec57a3ba6e35ae3a59c28d9c44188d80ae /x11
parente2defcc38798f0ce1d50fe9d145fe20c0c9a36ea (diff)
downloadports-9041579843ff5c6a45f4ad57f0b196f9310678f0.tar.gz
ports-9041579843ff5c6a45f4ad57f0b196f9310678f0.zip
Fix build when pkg(8) do not extract mtree first
Notes
Notes: svn path=/head/; revision=368473
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index 11c461a7c2ee..1e1756dc321f 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -20,9 +20,10 @@ LIB_DEPENDS= libgle.so:${PORTSDIR}/graphics/gle \
USE_XORG= x11 xpm
USE_GL= gl
USE_PERL5= run
-USE_GNOME= gnomehier libglade2 gnomehack
-USES+= dos2unix gettext gmake perl5 pkgconfig
+USE_GNOME= gnomehier libglade2
+USES+= dos2unix gettext gmake perl5 pathfix pkgconfig
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_x_app_defaults=${PREFIX}/lib/X11/app-defaults
CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \
--with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \
--with-hackdir=${PREFIX}/bin/xscreensaver-hacks \