diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-05 13:18:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-05 13:18:35 +0000 |
commit | 69ef528ef2d0c0d2a6fb6ef8ece495d4eaf1e363 (patch) | |
tree | a083f4ed930a6fa4422bf41ed7d9f01fbfbee3f0 /multimedia | |
parent | 417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41 (diff) | |
download | ports-69ef528ef2d0c0d2a6fb6ef8ece495d4eaf1e363.tar.gz ports-69ef528ef2d0c0d2a6fb6ef8ece495d4eaf1e363.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/p5-GStreamer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile index 8bed1ef4be90..4a694dfcbe59 100644 --- a/multimedia/p5-GStreamer/Makefile +++ b/multimedia/p5-GStreamer/Makefile @@ -15,11 +15,11 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= A set of Perl5 bindings for gstreamer BUILD_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig + p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig RUN_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig + p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig USE_GMAKE= yes USE_GSTREAMER= yes |