diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 19:46:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 19:46:14 +0000 |
commit | df113fb095de78c265973fce27a0dc3358f3ca12 (patch) | |
tree | fabfe22f317698083102dcdc8ac816bc0f64be18 /www/dotproject | |
parent | 603dfb3842eed5fce6b4f6bb96f56e964b7f9406 (diff) |
- add php zlib support
PR: ports/105521
Submitted by: farrokhi@
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=177337
Diffstat (limited to 'www/dotproject')
-rw-r--r-- | www/dotproject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 6f7fb76374c5..e675cea5a72a 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -18,7 +18,7 @@ COMMENT= Open Source Project Management tool WRKSRC= ${WRKDIR}/${PORTNAME} DOTPROJECTDIR= ${PREFIX}/www/${PORTNAME} NO_BUILD= yes -USE_PHP= gd mysql session +USE_PHP= gd mysql session zlib DEFAULT_PHP_VER=4 WANT_PHP_WEB= yes IGNORE_WITH_PHP=5 |