diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /multimedia | |
parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2 marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 04d755b6d..853b81bdc 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,6 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1/Makefile,v 1.4 2012/11/26 09:44:37 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1/Makefile,v 1.5 2013/01/15 21:43:45 kwm Exp $ PORTNAME= gstreamer1 PORTVERSION= 1.0.5 @@ -18,11 +18,11 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection CFLAGS:= ${CFLAGS} -O2 -Wno-format -USE_BISON= build +USES= bison pathfix USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_SAVE= yes -USE_GNOME= gnomehack glib20 ltverhack:0 ltasneededhack +USE_GNOME= glib20 ltverhack:0 ltasneededhack USE_PKGCONFIG= build USE_GETTEXT= yes USE_AUTOTOOLS= libtool |