summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-18 00:25:18 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-18 00:25:18 +0000
commit355c5ecc8bbf8bd8264a395463d1fb0902a00519 (patch)
treee934944e05301465ebbc6f2d6343196f9a5b34b1 /comms
parent- Update to 2.6.3 (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/Makefile5
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