aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jx
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 20:25:05 +0800
committeraz <az@FreeBSD.org>2012-06-30 20:25:05 +0800
commit0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch)
treedbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /sysutils/jx
parent60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff)
downloadfreebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz
freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst
freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'sysutils/jx')
-rw-r--r--sysutils/jx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jx/Makefile b/sysutils/jx/Makefile
index 69cd7c139ef9..1a013dc487b2 100644
--- a/sysutils/jx/Makefile
+++ b/sysutils/jx/Makefile
@@ -26,7 +26,7 @@ OPTIONS= CONFIG "Enable custom config (recuire Config::General)" Off
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_CONFIG)
-RUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General
+RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General
PLIST_FILES+= etc/${PORTNAME}.cfg.sample
.endif