diff options
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index 49b8e190f508..01fd5b6428ae 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An object-oriented interface to SIMBAD4 -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \ p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-DoubleEncodedEntities>=1.0:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= -y |