diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/jx/Makefile | |
parent | 816258886feae2b6709756fd4b521a6ca59421a6 (diff) | |
download | ports-4c68c01d0f361a4952973ce690a092d646acb7f3.tar.gz ports-4c68c01d0f361a4952973ce690a092d646acb7f3.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300261
Diffstat (limited to 'sysutils/jx/Makefile')
-rw-r--r-- | sysutils/jx/Makefile | 2 |
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 |