diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-29 09:07:41 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-29 09:07:41 +0000 |
commit | b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582 (patch) | |
tree | e0bd2869a13b748f339b29c72ce8e998683ada26 /www | |
parent | e1aa5ff96ccfbc037d436e02e21872330d15d1dc (diff) | |
download | FreeBSD-ports-b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582.zip FreeBSD-ports-b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582.tar.gz |
Added the instalation of www/php4-session required by Mambo.
Bump PORTREVISION.
PR: ports/81601
Submitted by: maintainer
Reported by: Stephan Anft
Diffstat (limited to 'www')
-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 b0c9bd1..c1127bc 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 |