diff options
author | swills <swills@FreeBSD.org> | 2011-08-17 07:28:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-17 07:28:54 +0800 |
commit | 31b940dcbe33b4bf370dbb8b5f888114218910af (patch) | |
tree | aabcb5cc13d3f90aba648d0f436a472d59da2107 /astro | |
parent | 339d44521f5f689401cdf7cfea47160ccc2b4f40 (diff) | |
download | freebsd-ports-gnome-31b940dcbe33b4bf370dbb8b5f888114218910af.tar.gz freebsd-ports-gnome-31b940dcbe33b4bf370dbb8b5f888114218910af.tar.zst freebsd-ports-gnome-31b940dcbe33b4bf370dbb8b5f888114218910af.zip |
- Set BUILD_DEPENDS to silence build warnings
Diffstat (limited to 'astro')
-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 |