diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-18 00:25:18 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-18 00:25:18 +0000 |
commit | 355c5ecc8bbf8bd8264a395463d1fb0902a00519 (patch) | |
tree | e934944e05301465ebbc6f2d6343196f9a5b34b1 /comms | |
parent | 829aa87249c7fe0a49b7c048b04aa09c5d939544 (diff) |
- Set BUILD_DEPENDS to silence build warnings
PR: ports/159848
Submitted by: swills (me)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=279939
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-SMS-Send-TW-HiAir/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/p5-SMS-Send-TW-HiAir/Makefile b/comms/p5-SMS-Send-TW-HiAir/Makefile index 49b55eaa12cb..5737235ad7a5 100644 --- a/comms/p5-SMS-Send-TW-HiAir/Makefile +++ b/comms/p5-SMS-Send-TW-HiAir/Makefile @@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= SMS::Send driver for http://hiair.hinet.net/ -RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ +BUILD_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Crypt-SSLeay>=0.51:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |