svn commit: r324011 - head/multimedia/p5-GStreamer
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 07:22:12 UTC 2013
Author: bapt
Date: Wed Jul 31 07:22:11 2013
New Revision: 324011
URL: http://svnweb.freebsd.org/changeset/ports/324011
Log:
Convert to new perl order,
Remove leading article in comment
USES=gmake
Modified:
head/multimedia/p5-GStreamer/Makefile
Modified: head/multimedia/p5-GStreamer/Makefile
==============================================================================
--- head/multimedia/p5-GStreamer/Makefile Wed Jul 31 07:19:05 2013 (r324010)
+++ head/multimedia/p5-GStreamer/Makefile Wed Jul 31 07:22:11 2013 (r324011)
@@ -8,7 +8,7 @@ MASTER_SITES= SF/gtk2-perl/${PORTNAME}/$
PKGNAMEPREFIX= p5-
MAINTAINER= multimedia at FreeBSD.org
-COMMENT= A set of Perl5 bindings for gstreamer
+COMMENT= Set of Perl5 bindings for gstreamer
BUILD_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \
p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
@@ -17,9 +17,9 @@ RUN_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}
p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
-USE_GMAKE= yes
+USES= gmake perl5
USE_GSTREAMER= yes
-PERL_CONFIGURE= yes
+USE_PERL5= configure
MAN3= GStreamer.3 GStreamer::Bin.3 GStreamer::Buffer.3 GStreamer::Bus.3 \
GStreamer::Caps.3 GStreamer::Caps::Any.3 GStreamer::Caps::Empty.3 \
@@ -57,7 +57,7 @@ MAN3= GStreamer.3 GStreamer::Bin.3 GStre
PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD}
.if ${PERL_THREADED} == ""
-IGNORE= must be built with a threaded Perl, reinstall Perl with WITH_THREADS=yes
+IGNORE= must be built with a threaded Perl, reinstall Perl with the THREADS option on
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list