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-Apache-AuthCookie | |
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-Apache-AuthCookie')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 7d2789460cd6..d5e3a459baf4 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl module to provide custom forms for reauthentication LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=1.39:${PORTSDIR}/www/mod_perl2 \ - p5-Class-Load>=0.03:${PORTSDIR}/devel/p5-Class-Load \ - p5-autobox>=1.10:${PORTSDIR}/devel/p5-autobox +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=1.39:www/mod_perl2 \ + p5-Class-Load>=0.03:devel/p5-Class-Load \ + p5-autobox>=1.10:devel/p5-autobox RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |