aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-10-11 00:56:07 +0800
committeraz <az@FreeBSD.org>2012-10-11 00:56:07 +0800
commit8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch)
tree49e2ff461981d4199670afbf88a721e108c5d8f2 /sysutils
parentbe64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff)
downloadfreebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz
freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst
freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/psgconf/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile
index c848984f75b9..111f134d627b 100644
--- a/sysutils/psgconf/Makefile
+++ b/sysutils/psgconf/Makefile
@@ -14,14 +14,14 @@ MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Controls system configuration
-BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Objective \
- ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
- p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
- ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable/Process.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \
- ${SITE_PERL}/${PERL_ARCH}/Unix/Mknod.pm:${PORTSDIR}/sysutils/p5-Unix-Mknod \
- ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
- ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
- ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
+BUILD_DEPENDS= p5-Config-Objective>=0:${PORTSDIR}/devel/p5-Config-Objective \
+ p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
+ p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
+ p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
+ Unix-Mknod>=0:${PORTSDIR}/sysutils/p5-Unix-Mknod \
+ p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \
+ p5-version>=0:${PORTSDIR}/devel/p5-version \
+ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES