diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
commit | 895c8f14a6571e71764559bbba287fcfa0fbff35 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/gnash | |
parent | 05c328d9386e0b665ed83212c38318870d973da0 (diff) | |
download | freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.gz freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.zst freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.zip |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 75983aa1dda8..a02f31c3240c 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -20,14 +20,14 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ CONFLICTS= gnash-devel-[0-9]* USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 WANT_GSTREAMER= yes -USE_GNOME= pkgconfig libxml2 +USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_AUTOTOOLS= libltdl INSTALLS_ICONS= yes |