diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-09-20 00:58:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-09-20 00:58:55 +0000 |
commit | e9a561ebbc5c078dd77cddb273d09b88a798693e (patch) | |
tree | b611d227de392f15588ba7f81e81b85dae7c58fe /comms | |
parent | c0bff8f9475d4700da79eb020107b9fbfd3509c1 (diff) |
- Add build depends to avoid build warning
PR: ports/159849
Submitted by: swills (me)
Approved by: maintainer timeout (>5 weeks)
Notes
Notes:
svn path=/head/; revision=282031
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-SMS-Send-TW-ShareSMS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/p5-SMS-Send-TW-ShareSMS/Makefile b/comms/p5-SMS-Send-TW-ShareSMS/Makefile index 38062f2db754..3afd23cf2c20 100644 --- a/comms/p5-SMS-Send-TW-ShareSMS/Makefile +++ b/comms/p5-SMS-Send-TW-ShareSMS/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for www.ShareSMS.com -RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \ +BUILD_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=2:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |