diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-01-17 01:51:56 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-01-17 01:51:56 +0000 |
commit | 7108c2b92996ba653a074ba9c2614481bbcad285 (patch) | |
tree | a87aae7919190f1fefd7133b9e81a09c831e0f7e /www/drupal4 | |
parent | 7fc1b6d2bb1d807ec72f8a61f29861c226e3edac (diff) | |
download | ports-7108c2b92996ba653a074ba9c2614481bbcad285.tar.gz ports-7108c2b92996ba653a074ba9c2614481bbcad285.zip |
Notes
Diffstat (limited to 'www/drupal4')
-rw-r--r-- | www/drupal4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 7ca6e627a6aa..538f434c4c4b 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -7,14 +7,14 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -USE_PHP= session xml +USE_PHP= gd pcre session xml .include <bsd.port.pre.mk> |