diff options
author | swills <swills@FreeBSD.org> | 2011-09-20 08:58:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-09-20 08:58:55 +0800 |
commit | e7feec36ec94582506f040d0dff7d72a9503cf97 (patch) | |
tree | 2dde308d502d1a3a2d37715f69863da5ea3af20a /comms | |
parent | e715457c980f7c4a476c2e50581c775cb619d217 (diff) | |
download | freebsd-ports-gnome-e7feec36ec94582506f040d0dff7d72a9503cf97.tar.gz freebsd-ports-gnome-e7feec36ec94582506f040d0dff7d72a9503cf97.tar.zst freebsd-ports-gnome-e7feec36ec94582506f040d0dff7d72a9503cf97.zip |
- Add build depends to avoid build warning
PR: ports/159849
Submitted by: swills (me)
Approved by: maintainer timeout (>5 weeks)
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 |