diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-29 17:07:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-29 17:07:41 +0800 |
commit | b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582 (patch) | |
tree | e0bd2869a13b748f339b29c72ce8e998683ada26 /www/mambo | |
parent | e1aa5ff96ccfbc037d436e02e21872330d15d1dc (diff) | |
download | freebsd-ports-gnome-b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582.tar.gz freebsd-ports-gnome-b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582.tar.zst freebsd-ports-gnome-b0efb969f1b4ebcf7b495b2755cd6f2af4f6f582.zip |
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/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 |