diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /audio/gstreamer-plugins-fluendo-mp3 | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
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 \ |