diff options
author | swills <swills@FreeBSD.org> | 2011-08-18 08:25:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-18 08:25:18 +0800 |
commit | 6910803abd6f81a67f47f1017128554b3f3fdb7d (patch) | |
tree | 09b50e257ccf9f2513289af08f12f75d924d62c2 | |
parent | b9b68941b4605aff18562e729f96a094d84438cb (diff) | |
download | freebsd-ports-gnome-6910803abd6f81a67f47f1017128554b3f3fdb7d.tar.gz freebsd-ports-gnome-6910803abd6f81a67f47f1017128554b3f3fdb7d.tar.zst freebsd-ports-gnome-6910803abd6f81a67f47f1017128554b3f3fdb7d.zip |
- 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)
-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 |