diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-06-07 16:19:04 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-06-07 16:19:04 +0800 |
commit | 06c7eb65656625bc1aac568ecd1805c1927f7b69 (patch) | |
tree | 7fdb8557b428b2c80141e02b76241b6e7760c46b | |
parent | ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f (diff) | |
download | freebsd-ports-gnome-06c7eb65656625bc1aac568ecd1805c1927f7b69.tar.gz freebsd-ports-gnome-06c7eb65656625bc1aac568ecd1805c1927f7b69.tar.zst freebsd-ports-gnome-06c7eb65656625bc1aac568ecd1805c1927f7b69.zip |
- Fix last commit
-rw-r--r-- | www/p5-Apache-Session-PHP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-PHP/Makefile b/www/p5-Apache-Session-PHP/Makefile index c3c8433b84a6..d77d1d50c3e6 100644 --- a/www/p5-Apache-Session-PHP/Makefile +++ b/www/p5-Apache-Session-PHP/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Glue Apache::Session with PHP::Session BUILD_DEPENDS= p5-PHP-Session>=0:${PORTSDIR}/www/p5-PHP-Session \ - p5-Apache-Session >=0:${PORTSDIR}/www/p5-Apache-Session + p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |