diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-20 06:27:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-20 06:27:12 +0000 |
commit | 315762cd3ab4b14823494c332b470a193231c898 (patch) | |
tree | b01316cd3966e331dea208dad5e4948468ce283d /x11 | |
parent | 7c6b745ba208ef16a483e2cef7fa73eb73d26169 (diff) | |
download | ports-315762cd3ab4b14823494c332b470a193231c898.tar.gz ports-315762cd3ab4b14823494c332b470a193231c898.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 1e1756dc321f..d8e1d8dd7a6f 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -23,13 +23,13 @@ USE_PERL5= run 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 \ --with-configdir=${PREFIX}/share/xscreensaver/config \ --with-dpms-ext --with-xinerama-ext --with-xf86vmode-ext \ - --with-xf86gamma-ext --with-randr-ext --enable-locking + --with-xf86gamma-ext --with-randr-ext --enable-locking \ + --with-x-app-defaults=${PREFIX}/lib/X11/app-defaults DESTDIRNAME= install_prefix CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl |