aboutsummaryrefslogtreecommitdiffstats
path: root/comms/p5-SMS-Send-TW-HiAir/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committermat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /comms/p5-SMS-Send-TW-HiAir/Makefile
parent734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff)
downloadfreebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'comms/p5-SMS-Send-TW-HiAir/Makefile')
-rw-r--r--comms/p5-SMS-Send-TW-HiAir/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/p5-SMS-Send-TW-HiAir/Makefile b/comms/p5-SMS-Send-TW-HiAir/Makefile
index 57d1ab19c4c7..2960d5754a2d 100644
--- a/comms/p5-SMS-Send-TW-HiAir/Makefile
+++ b/comms/p5-SMS-Send-TW-HiAir/Makefile
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
COMMENT= SMS::Send driver for http://hiair.hinet.net/
-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= p5-SMS-Send>=0:comms/p5-SMS-Send \
+ p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
+ p5-Crypt-SSLeay>=0.51:security/p5-Crypt-SSLeay \
+ p5-Text-Iconv>=0:converters/p5-Text-Iconv
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5