diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-17 09:51:56 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-17 09:51:56 +0800 |
commit | 1f7e6b49f2d5e4b3f7656a105c54a6738faf445f (patch) | |
tree | df56282451426b66df6d82dd0f95a162491aea6f /www/drupal4 | |
parent | 47d19a1c35ba51645dc5c000b79efe8551c4eaf8 (diff) | |
download | freebsd-ports-gnome-1f7e6b49f2d5e4b3f7656a105c54a6738faf445f.tar.gz freebsd-ports-gnome-1f7e6b49f2d5e4b3f7656a105c54a6738faf445f.tar.zst freebsd-ports-gnome-1f7e6b49f2d5e4b3f7656a105c54a6738faf445f.zip |
Add a pcre and gd dependancy. Take maintainership since the current
maintainer is moving on to something else and I'm working on this right
now.
Approved by: <wxs at csh dot rit dot edu> (maintainer)
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> |