Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:14:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368473 - head/x11/xscreensaver-gnome
Message-ID:  <201409181514.s8IFE1Rr091677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181514.s8IFE1Rr091677>