diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-29 09:07:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-29 09:07:41 +0000 |
commit | 6bdbd5d5618f120e098a1c28b3701d9f90116c5e (patch) | |
tree | d5f6ad26d5b7b4e0c73e81cf408a00ca496a1e68 /www/mambo | |
parent | 2d596b35b4f0ab383af5a4be40be086b3cf46306 (diff) |
Added the instalation of www/php4-session required by Mambo.
Bump PORTREVISION.
PR: ports/81601
Submitted by: maintainer
Reported by: Stephan Anft
Notes
Notes:
svn path=/head/; revision=136371
Diffstat (limited to 'www/mambo')
-rw-r--r-- | www/mambo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mambo/Makefile b/www/mambo/Makefile index b0c9bd17ece5..c1127bc1858d 100644 --- a/www/mambo/Makefile +++ b/www/mambo/Makefile @@ -6,6 +6,7 @@ PORTNAME= mambo PORTVERSION= 4.5.2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mamboforge.net/frs/download.php/4004/:source1 \ http://mamboforge.net/frs/download.php/4043/:source2 @@ -19,7 +20,7 @@ EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_BUILD= yes USE_MYSQL= yes -USE_PHP= mysql zlib gd pdf xml +USE_PHP= mysql session zlib gd pdf xml WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |