diff options
author | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
commit | aa2dbf15fbd5cb5ac364caf1f4228d8efb437158 (patch) | |
tree | 1b3c2e52046872caf1fd9697d9186df694c4f55e /security/p5-Authen-Simple-HTTP | |
parent | 726cca3ddc54b6abeaf2cfcc6731a0cdc60df2c9 (diff) | |
download | freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.gz freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.zst freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'security/p5-Authen-Simple-HTTP')
-rw-r--r-- | security/p5-Authen-Simple-HTTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile index faf85bfa36fa..69b62813c114 100644 --- a/security/p5-Authen-Simple-HTTP/Makefile +++ b/security/p5-Authen-Simple-HTTP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple HTTP authentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes |