diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Yahoo-Lifestyle/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-Yahoo-Lifestyle/Makefile')
-rw-r--r-- | www/p5-Yahoo-Lifestyle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Yahoo-Lifestyle/Makefile b/www/p5-Yahoo-Lifestyle/Makefile index 4c95153b2adf..27b530040e69 100644 --- a/www/p5-Yahoo-Lifestyle/Makefile +++ b/www/p5-Yahoo-Lifestyle/Makefile @@ -12,10 +12,10 @@ MAINTAINER= hcchien@hcchien.org COMMENT= Simple interface for Yahoo! Taiwan Lifestyle open APIs BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-Yahoo-BBAuth>=0:${PORTSDIR}/security/p5-Yahoo-BBAuth \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww + p5-Test-Simple>=0:devel/p5-Test-Simple +RUN_DEPENDS= p5-Yahoo-BBAuth>=0:security/p5-Yahoo-BBAuth \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-libwww>0:www/p5-libwww USES= perl5 USE_PERL5= configure |