diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 02:41:40 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 02:41:40 +0800 |
commit | ce27abceb5db4236cbc962a1af591814dfe7b1b4 (patch) | |
tree | 577df7aa41fe08b1765ee86e5f2021ca7fc127b9 /audio/gstreamer-plugins-fluendo-mp3 | |
parent | 241f629ffec6823c93fd2c0fa5f7ba92f37b8bae (diff) | |
download | freebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.tar.gz freebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.tar.zst freebsd-ports-gnome-ce27abceb5db4236cbc962a1af591814dfe7b1b4.zip |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
Diffstat (limited to 'audio/gstreamer-plugins-fluendo-mp3')
-rw-r--r-- | audio/gstreamer-plugins-fluendo-mp3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile index df480ed2db9d..8f1b85f92f88 100644 --- a/audio/gstreamer-plugins-fluendo-mp3/Makefile +++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile @@ -3,6 +3,7 @@ PORTNAME= gstreamer-plugins-fluendo-mp3 PORTVERSION= 0.10.20 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/ DISTNAME= gst-fluendo-mp3-${PORTVERSION} @@ -12,11 +13,10 @@ 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 \ - lib/gstreamer-0.10/libgstflump3dec.so +INSTALL_TARGET= install-strip +USES= libtool pkgconfig +USE_GSTREAMER= yes +PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.so .include <bsd.port.mk> |