diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:39:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:39:39 +0800 |
commit | 4cec209960f261f0b2041c6bf36e0d6130ae106b (patch) | |
tree | ea79626db2dfc6df585cbb5c579054000f973c67 /x11-themes | |
parent | 0602c9e44dbab6bc5e9f0102231944a669cb40c4 (diff) | |
download | freebsd-ports-gnome-4cec209960f261f0b2041c6bf36e0d6130ae106b.tar.gz freebsd-ports-gnome-4cec209960f261f0b2041c6bf36e0d6130ae106b.tar.zst freebsd-ports-gnome-4cec209960f261f0b2041c6bf36e0d6130ae106b.zip |
Support stage
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 4f64cf40dda7..c78c9f49f2ea 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -16,13 +16,11 @@ BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \ 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> |