diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:37:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:37:27 +0800 |
commit | f0823085d2f0474e69551ee28aa3ac7e9424fd7a (patch) | |
tree | b07b3212d06357e008e4bb49c762e9d1ab2532b6 /x11-themes | |
parent | 9caee2a63011d8111d335e8229c017f88b1e2049 (diff) | |
download | freebsd-ports-gnome-f0823085d2f0474e69551ee28aa3ac7e9424fd7a.tar.gz freebsd-ports-gnome-f0823085d2f0474e69551ee28aa3ac7e9424fd7a.tar.zst freebsd-ports-gnome-f0823085d2f0474e69551ee28aa3ac7e9424fd7a.zip |
Support stage
Remove false dependency on libtool
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 20904f301d91..892bfc198f33 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -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:${PORTSDIR}/x11-themes/gtk-engines2 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> |