svn commit: r352200 - head/x11-themes/gnome-themes

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 26 00:37:27 UTC 2014


Author: bapt
Date: Sat Apr 26 00:37:27 2014
New Revision: 352200
URL: http://svnweb.freebsd.org/changeset/ports/352200
QAT: https://qat.redports.org/buildarchive/r352200/

Log:
  Support stage
  Remove false dependency on libtool

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

Modified: head/x11-themes/gnome-themes/Makefile
==============================================================================
--- head/x11-themes/gnome-themes/Makefile	Sat Apr 26 00:33:22 2014	(r352199)
+++ head/x11-themes/gnome-themes/Makefile	Sat Apr 26 00:37:27 2014	(r352200)
@@ -10,7 +10,7 @@ MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A collection of themes and icons for GNOME2
+COMMENT=	Collection of themes and icons for GNOME2
 
 BUILD_DEPENDS=	gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \
 		icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
@@ -18,13 +18,12 @@ RUN_DEPENDS=	gtk-engines2>=2.15.0:${PORT
 
 CONFLICTS=	clearlooks-metacity-0.*
 
-USE_BZIP2=	yes
-USES=		gettext gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gettext gmake pkgconfig tar:bzip2
 INSTALLS_ICONS=	yes
-USE_GNOME=	gnomehack gnomeprefix intlhack metacity gtk20
+USE_GNOME=	gnomeprefix intlhack metacity gtk20
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list