Date: Sat, 26 Apr 2014 00:37:27 +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: r352200 - head/x11-themes/gnome-themes Message-ID: <201404260037.s3Q0bRru032577@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260037.s3Q0bRru032577>