diff options
author | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
commit | ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7 (patch) | |
tree | 32ac53d83bafd25e8571c85f46f6fdb0610d1311 /astro/p5-Astro-DSS | |
parent | aef63c97c3d328a1b982ef8eb841af79bd782b6a (diff) | |
download | freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.gz freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.zst freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'astro/p5-Astro-DSS')
-rw-r--r-- | astro/p5-Astro-DSS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile index 58eda2e820c8..ba370d92a32f 100644 --- a/astro/p5-Astro-DSS/Makefile +++ b/astro/p5-Astro-DSS/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww MAKE_JOBS_SAFE= yes |