diff options
author | swills <swills@FreeBSD.org> | 2011-08-20 09:31:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-20 09:31:41 +0800 |
commit | 7b34b3f7eb762a29f6b183c092f75f2dc7cf1c73 (patch) | |
tree | 1496122f5aa8b4686dfa0403f2207eca7b4d559a /databases | |
parent | 869814e2df4629b4024822da7364ffcc08279646 (diff) | |
download | freebsd-ports-graphics-7b34b3f7eb762a29f6b183c092f75f2dc7cf1c73.tar.gz freebsd-ports-graphics-7b34b3f7eb762a29f6b183c092f75f2dc7cf1c73.tar.zst freebsd-ports-graphics-7b34b3f7eb762a29f6b183c092f75f2dc7cf1c73.zip |
- Add BUILD_DEPENDS to silence build warnings
PR: ports/159851
Submitted by: swills (me)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Amazon-SimpleDB/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-Amazon-SimpleDB/Makefile b/databases/p5-Amazon-SimpleDB/Makefile index 2ccd2be75f5..a52e0e3bdf0 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 |