diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
commit | e13515f304b4eb05767a6453990dce8a1cc95234 (patch) | |
tree | 5af52ac5bc3c3ee69de6c955c53219549a3d434b /devel/cvsweb3 | |
parent | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300274
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 89af5159c10a..41f1bd03770b 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -18,13 +18,13 @@ MASTER_SITE_SUBDIR= scop MAINTAINER= noackjr@alumni.rice.edu COMMENT= WWW CGI script to browse CVS repository trees version 3 -RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-URI>=0:${PORTSDIR}/net/p5-URI # The following extra dependencies are optional, but CVSweb works the # best with them. -RUN_DEPENDS+= ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ - ${SITE_PERL}/${PERL_ARCH}/String/Ediff.pm:${PORTSDIR}/devel/p5-String-Ediff \ +RUN_DEPENDS+= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ + p5-String-Ediff>=0:${PORTSDIR}/devel/p5-String-Ediff \ cvsgraph:${PORTSDIR}/devel/cvsgraph # Use PAPERSIZE to avoid a stale dependency on Enscript. |