diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-17 23:04:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-17 23:04:49 +0800 |
commit | 87a6d763389c687e2567ee1ba973a08712da440f (patch) | |
tree | 002bb87353ee098f7a410fd14f23caaa843dc733 /multimedia | |
parent | 9cab42ceeef3326df830a6d5bb6fedde3cd35292 (diff) | |
download | freebsd-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/Makefile | 10 |
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> |