aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-17 23:04:49 +0800
committertijl <tijl@FreeBSD.org>2014-07-17 23:04:49 +0800
commit87a6d763389c687e2567ee1ba973a08712da440f (patch)
tree002bb87353ee098f7a410fd14f23caaa843dc733 /multimedia
parent9cab42ceeef3326df830a6d5bb6fedde3cd35292 (diff)
downloadfreebsd-ports-gnome-87a6d763389c687e2567ee1ba973a08712da440f.tar.gz
freebsd-ports-gnome-87a6d763389c687e2567ee1ba973a08712da440f.tar.zst
freebsd-ports-gnome-87a6d763389c687e2567ee1ba973a08712da440f.zip
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile b/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
index 7437aca831b8..4263cd4e3d4b 100644
--- a/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
+++ b/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gstreamer-plugins-fluendo-mpegdemux
PORTVERSION= 0.10.71
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegdemux/
DISTNAME= gst-fluendo-mpegdemux-${PORTVERSION}
@@ -13,11 +14,10 @@ COMMENT= MPEG2 demuxing gstreamer plugin from fluendo
LICENSE= MPL
CFLAGS:= ${CFLAGS} -O2
-USES= pkgconfig
-USE_BZIP2= yes
-USE_GSTREAMER= yes
GNU_CONFIGURE= yes
-PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.la \
- lib/gstreamer-0.10/libgstflumpegdemux.so
+INSTALL_TARGET= install-strip
+USES= libtool pkgconfig tar:bzip2
+USE_GSTREAMER= yes
+PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.so
.include <bsd.port.mk>