diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /audio/gstreamer-plugins-fluendo-mp3 | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-fluendo-mp3')
-rw-r--r-- | audio/gstreamer-plugins-fluendo-mp3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile index d2b81186ab4e..df480ed2db9d 100644 --- a/audio/gstreamer-plugins-fluendo-mp3/Makefile +++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-fluendo-mp3 -# Date created: 2007-02-25 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gstreamer-plugins-fluendo-mp3 PORTVERSION= 0.10.20 @@ -17,6 +13,7 @@ COMMENT= Mp3 gstreamer plugin from fluendo LICENSE= MIT CFLAGS:= ${CFLAGS} -O2 +USES= pkgconfig USE_GSTREAMER= yes GNU_CONFIGURE= yes PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \ |