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/webmin/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/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index d09f07b3d636..e3b66b0858e8 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -19,8 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for system administration for Unix -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM +RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM USE_PERL5= yes USE_PYTHON= yes |