aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2012-06-03 20:21:28 +0800
committernovel <novel@FreeBSD.org>2012-06-03 20:21:28 +0800
commit90fdd61fe00f2f830e0669883e49671559b38824 (patch)
treea12e5d46cfb872724f9e6ed6be1124d0d7d057c8 /devel
parentdc7afeaa461436299351e6052d374ac5437b218a (diff)
downloadfreebsd-ports-gnome-90fdd61fe00f2f830e0669883e49671559b38824.tar.gz
freebsd-ports-gnome-90fdd61fe00f2f830e0669883e49671559b38824.tar.zst
freebsd-ports-gnome-90fdd61fe00f2f830e0669883e49671559b38824.zip
Remove SITE_PERL from *_DEPENDS.
Submitted by: az
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Net-DBus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile
index 94adffc59ab5..cb6d48a2ba40 100644
--- a/devel/p5-Net-DBus/Makefile
+++ b/devel/p5-Net-DBus/Makefile
@@ -15,9 +15,9 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Perl extension for the DBus message system
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
-RUN_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
- ${SITE_PERL}/XML/Grove.pm:${PORTSDIR}/textproc/p5-XML-Grove \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
+ p5-XML-Grove>=0:${PORTSDIR}/textproc/p5-XML-Grove \
+ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
USE_GNOME= pkgconfig
PERL_CONFIGURE= yes