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-WebService-Technorati/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-WebService-Technorati/Makefile')
-rw-r--r-- | www/p5-WebService-Technorati/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WebService-Technorati/Makefile b/www/p5-WebService-Technorati/Makefile index 857b9dfb8003..27a8b257e5a8 100644 --- a/www/p5-WebService-Technorati/Makefile +++ b/www/p5-WebService-Technorati/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Technorati web services interface -BUILD_DEPENDS= p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ - p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-XML-XPath>=0:textproc/p5-XML-XPath \ + p5-Exception-Class>=0:devel/p5-Exception-Class \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix |