aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-09-25 04:45:23 +0800
committerswills <swills@FreeBSD.org>2011-09-25 04:45:23 +0800
commit0d8cb294e55e6d9e4fae9d450cb8d63a1b62b589 (patch)
tree9a6633283423504e8ee9e48aa60dd43c78ef0d47 /biology
parent7b37f97315269d51e389cdb56a307bb24cc3f9c3 (diff)
downloadfreebsd-ports-gnome-0d8cb294e55e6d9e4fae9d450cb8d63a1b62b589.tar.gz
freebsd-ports-gnome-0d8cb294e55e6d9e4fae9d450cb8d63a1b62b589.tar.zst
freebsd-ports-gnome-0d8cb294e55e6d9e4fae9d450cb8d63a1b62b589.zip
- Fix missing DEPENDS to silence build warnings
Diffstat (limited to 'biology')
-rw-r--r--biology/p5-Bio-Das-Lite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/p5-Bio-Das-Lite/Makefile b/biology/p5-Bio-Das-Lite/Makefile
index 928aa12438a4..b45abded7bf3 100644
--- a/biology/p5-Bio-Das-Lite/Makefile
+++ b/biology/p5-Bio-Das-Lite/Makefile
@@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the DAS (HTTP+XML) Protocol
-RUN_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
+BUILD_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-WWW-Curl>=4.07:${PORTSDIR}/www/p5-WWW-Curl
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>0.8:${PORTSDIR}/devel/p5-Test-Simple
PERL_MODBUILD= YES