diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-12 02:43:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-12 02:43:35 +0000 |
commit | 7a7cb95e10f9055ae697900ed6403e0d3bec48bd (patch) | |
tree | e8945b6fad2b7b7fd82167432c828f1739d6261c /www | |
parent | aa2d9d1e8b2d6b2d6d1260919b633ab17483c452 (diff) | |
download | ports-7a7cb95e10f9055ae697900ed6403e0d3bec48bd.tar.gz ports-7a7cb95e10f9055ae697900ed6403e0d3bec48bd.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-PHP-Session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile index fb81ef3aa0bc..b409f18ec569 100644 --- a/www/p5-PHP-Session/Makefile +++ b/www/p5-PHP-Session/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read / write PHP session files -RUN_DEPENDS= p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |