svn commit: r352202 - head/x11-themes/gnome-themes-extras

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 26 00:39:40 UTC 2014


Author: bapt
Date: Sat Apr 26 00:39:39 2014
New Revision: 352202
URL: http://svnweb.freebsd.org/changeset/ports/352202
QAT: https://qat.redports.org/buildarchive/r352202/

Log:
  Support stage

Modified:
  head/x11-themes/gnome-themes-extras/Makefile

Modified: head/x11-themes/gnome-themes-extras/Makefile
==============================================================================
--- head/x11-themes/gnome-themes-extras/Makefile	Sat Apr 26 00:38:24 2014	(r352201)
+++ head/x11-themes/gnome-themes-extras/Makefile	Sat Apr 26 00:39:39 2014	(r352202)
@@ -16,13 +16,11 @@ BUILD_DEPENDS=	gtk-engines2>=2.11.0:${PO
 		icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils
 RUN_DEPENDS=	gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2
 
-USE_BZIP2=	yes
-USES=		gettext gmake pkgconfig
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack libgnomeui intlhack
+USES=		gettext gmake pkgconfig tar:bzip2
+USE_GNOME=	libgnomeui intlhack
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list