diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-17 23:03:59 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-17 23:03:59 +0800 |
commit | 27f41055dfeb72e1bc029ce9711285dba7e787ca (patch) | |
tree | f68483eb68cb189d4c169c3c862c351bba1dea48 /multimedia | |
parent | 8c89505f267abc5e5c8dc2a0eb929a83ab5707b6 (diff) | |
download | freebsd-ports-gnome-27f41055dfeb72e1bc029ce9711285dba7e787ca.tar.gz freebsd-ports-gnome-27f41055dfeb72e1bc029ce9711285dba7e787ca.tar.zst freebsd-ports-gnome-27f41055dfeb72e1bc029ce9711285dba7e787ca.zip |
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-gnonlin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins-gnonlin/Makefile b/multimedia/gstreamer-plugins-gnonlin/Makefile index ba022ba4ec20..613c961ba635 100644 --- a/multimedia/gstreamer-plugins-gnonlin/Makefile +++ b/multimedia/gstreamer-plugins-gnonlin/Makefile @@ -4,6 +4,7 @@ PORTNAME= gstreamer-plugins-gnonlin PORTVERSION= 0.10.17 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/ DISTNAME= gnonlin-${PORTVERSION} @@ -12,13 +13,12 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer lib for writing non-linear audio and video CFLAGS:= ${CFLAGS} -O2 -Wno-format -USES= pkgconfig -USE_BZIP2= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pkgconfig tar:bzip2 USE_GSTREAMER= yes -PLIST_FILES= lib/gstreamer-0.10/libgnl.la \ - lib/gstreamer-0.10/libgnl.so +PLIST_FILES= lib/gstreamer-0.10/libgnl.so post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure |