summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-20 01:31:41 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-20 01:31:41 +0000
commitd9b69787ffae4d0fc35b64bd066927eaec33f8d2 (patch)
tree76540afddb0e4d2659fedf1ff26dcc31814187ad
parent- Mark broken with Ruby 1.9 (diff)
- Add BUILD_DEPENDS to silence build warnings
PR: ports/159851 Submitted by: swills (me) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
-rw-r--r--databases/p5-Amazon-SimpleDB/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-Amazon-SimpleDB/Makefile b/databases/p5-Amazon-SimpleDB/Makefile
index 2ccd2be75f59..a52e0e3bdf0f 100644
--- a/databases/p5-Amazon-SimpleDB/Makefile
+++ b/databases/p5-Amazon-SimpleDB/Makefile
@@ -15,10 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Low-level perlish interface for working with Amazon SimpleDB service
-RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
+BUILD_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-URI>0:${PORTSDIR}/net/p5-URI \
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes