aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 02:37:54 +0800
committeraz <az@FreeBSD.org>2012-06-30 02:37:54 +0800
commitaf4ec4006f463fbe1f7949aaebfee4998c65965c (patch)
tree4912cde1f66a04f2e27c57bc8768fe6f15319ed9 /sysutils
parent6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (diff)
downloadfreebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.gz
freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.zst
freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/system-tools-backends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index 1f88119f465e..64ffda743e4d 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -16,10 +16,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Backend system admin scripts for gnome-system-tools
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus
+BUILD_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus
+RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus
USE_BZIP2= yes
USE_GMAKE= yes