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-CGI-Kwiki | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | freebsd-ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/p5-CGI-Kwiki')
-rw-r--r-- | www/p5-CGI-Kwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile index 637a505a3f1b..f432f8e5f2e2 100644 --- a/www/p5-CGI-Kwiki/Makefile +++ b/www/p5-CGI-Kwiki/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Quickie Wiki Package that's not too Tricky -BUILD_DEPENDS= p5-CGI>=0:${PORTSDIR}/www/p5-CGI +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-Locale-Maketext>=0:${PORTSDIR}/devel/p5-Locale-Maketext + p5-Locale-Maketext>=0:devel/p5-Locale-Maketext USES= perl5 USE_PERL5= configure |