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 /mail/p5-WWW-Hotmail | |
parent | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff) | |
download | ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.gz ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300221
Diffstat (limited to 'mail/p5-WWW-Hotmail')
-rw-r--r-- | mail/p5-WWW-Hotmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile index ae1719fd6ed0..38b0e7e0f070 100644 --- a/mail/p5-WWW-Hotmail/Makefile +++ b/mail/p5-WWW-Hotmail/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= This module simplifies access to hotmail -BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |