diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-16 05:09:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-16 05:09:38 +0800 |
commit | 28f4504d85e0829c8f0890674c7753b72c80a09f (patch) | |
tree | 24182b1e58e3b3a6d3c0af49a5242400088a38a0 /multimedia/gstreamer-plugins | |
parent | b473a3388ab4fd232774a9a7580d3a41234407c6 (diff) | |
download | marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar.gz marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar.bz2 marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar.lz marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar.xz marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.tar.zst marcuscom-ports-28f4504d85e0829c8f0890674c7753b72c80a09f.zip |
Use ltasneededhack
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10754 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index afcf18b22..934defa76 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -3,12 +3,12 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.107 2008/02/29 22:02:14 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.108 2008/03/14 05:24:15 marcus Exp $ # PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ @@ -51,7 +51,7 @@ VERSION= ${GST_VERSION} WANT_GSTREAMER= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack +USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack ltasneededhack USE_AUTOTOOLS= libtool:15 GST_PLUGIN?= base |