svn commit: r368473 - head/x11/xscreensaver-gnome

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 18 15:14:01 UTC 2014


Author: bapt
Date: Thu Sep 18 15:14:00 2014
New Revision: 368473
URL: http://svnweb.freebsd.org/changeset/ports/368473
QAT: https://qat.redports.org/buildarchive/r368473/

Log:
  Fix build when pkg(8) do not extract mtree first

Modified:
  head/x11/xscreensaver-gnome/Makefile

Modified: head/x11/xscreensaver-gnome/Makefile
==============================================================================
--- head/x11/xscreensaver-gnome/Makefile	Thu Sep 18 15:04:23 2014	(r368472)
+++ head/x11/xscreensaver-gnome/Makefile	Thu Sep 18 15:14:00 2014	(r368473)
@@ -20,9 +20,10 @@ LIB_DEPENDS=	libgle.so:${PORTSDIR}/graph
 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 \


More information about the svn-ports-head mailing list