summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-17 15:03:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-17 15:03:59 +0000
commit27f41055dfeb72e1bc029ce9711285dba7e787ca (patch)
treef68483eb68cb189d4c169c3c862c351bba1dea48
parent- Update to 0.7 (diff)
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Notes
Notes: svn path=/head/; revision=362150
-rw-r--r--multimedia/gstreamer-plugins-gnonlin/Makefile8
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