diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:54:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:54:26 +0000 |
commit | 1161a6536a154c75497eb6c865841b3f97351ca9 (patch) | |
tree | 966ef97ce74422ba7e7eea703f15682e940747c1 /shells/zoidberg | |
parent | 2f57eb092608beb8bbffe9812d1ec7c511510adc (diff) | |
download | ports-1161a6536a154c75497eb6c865841b3f97351ca9.tar.gz ports-1161a6536a154c75497eb6c865841b3f97351ca9.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=300177
Diffstat (limited to 'shells/zoidberg')
-rw-r--r-- | shells/zoidberg/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile index 96b7f63a8e65..8171f63bd4f6 100644 --- a/shells/zoidberg/Makefile +++ b/shells/zoidberg/Makefile @@ -17,12 +17,12 @@ DISTNAME= Zoidberg-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= A modular PERL shell -BUILD_DEPENDS= ${SITE_PERL}/Exporter/Tidy.pm:${PORTSDIR}/devel/p5-Exporter-Tidy \ - ${SITE_PERL}/Term/ReadLine/Zoid.pm:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \ - ${SITE_PERL}/Env/PS1.pm:${PORTSDIR}/devel/p5-Env-PS1 -RUN_DEPENDS= ${SITE_PERL}/Exporter/Tidy.pm:${PORTSDIR}/devel/p5-Exporter-Tidy \ - ${SITE_PERL}/Term/ReadLine/Zoid.pm:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \ - ${SITE_PERL}/Env/PS1.pm:${PORTSDIR}/devel/p5-Env-PS1 +BUILD_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \ + p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \ + p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1 +RUN_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \ + p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \ + p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1 PERL_MODBUILD= yes CONFIGURE_ARGS= install_path=share="${DATADIR}" \ |