aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-05 21:18:35 +0800
committerbapt <bapt@FreeBSD.org>2012-06-05 21:18:35 +0800
commitea7b28a27f40ddc17b36f6c4ed66ac54452498b7 (patch)
tree8bd51cc39ace2f8b59dd2fed3a02780ee70192df /multimedia
parent9ee56b33803b7c09b335869104beecfbdd78c08d (diff)
downloadfreebsd-ports-graphics-ea7b28a27f40ddc17b36f6c4ed66ac54452498b7.tar.gz
freebsd-ports-graphics-ea7b28a27f40ddc17b36f6c4ed66ac54452498b7.tar.zst
freebsd-ports-graphics-ea7b28a27f40ddc17b36f6c4ed66ac54452498b7.zip
Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/p5-GStreamer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile
index 8bed1ef4be9..4a694dfcbe5 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