diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:30:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:30:42 +0000 |
commit | 042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch) | |
tree | 6fac5b7d85d4988f10ccfe52738047dfcc982820 /misc/translate | |
parent | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300221
Diffstat (limited to 'misc/translate')
-rw-r--r-- | misc/translate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 6f90452b3be6..acfeb8eafd0d 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Translates string using Babelfish -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USE_PERL5= yes NO_BUILD= yes |