Date: Sat, 20 Sep 2014 06:27:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368613 - head/x11/xscreensaver-gnome Message-ID: <201409200627.s8K6RC6j002952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 20 06:27:12 2014 New Revision: 368613 URL: http://svnweb.freebsd.org/changeset/ports/368613 QAT: https://qat.redports.org/buildarchive/r368613/ Log: Fix r368473 Modified: head/x11/xscreensaver-gnome/Makefile Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Sat Sep 20 05:15:56 2014 (r368612) +++ head/x11/xscreensaver-gnome/Makefile Sat Sep 20 06:27:12 2014 (r368613) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200627.s8K6RC6j002952>