summaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SIMBAD
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 05:21:59 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 05:21:59 +0000
commit5f7e07eadd74a0637f68155fcf8812a3ca767b87 (patch)
treeb0e62a74b239a62dfb4b4aa02f3c2f43bdd4b174 /astro/p5-Astro-SIMBAD
parent- Fix build with new XFCE [1] (diff)
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298334
Diffstat (limited to 'astro/p5-Astro-SIMBAD')
-rw-r--r--astro/p5-Astro-SIMBAD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile
index 2681416d2481..55f83937f213 100644
--- a/astro/p5-Astro-SIMBAD/Makefile
+++ b/astro/p5-Astro-SIMBAD/Makefile
@@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An OO Perl interface to the SIMBAD astronomical database
-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