aboutsummaryrefslogtreecommitdiff
path: root/www/drupal7
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-01-17 01:51:56 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-01-17 01:51:56 +0000
commit7108c2b92996ba653a074ba9c2614481bbcad285 (patch)
treea87aae7919190f1fefd7133b9e81a09c831e0f7e /www/drupal7
parent7fc1b6d2bb1d807ec72f8a61f29861c226e3edac (diff)
downloadports-7108c2b92996ba653a074ba9c2614481bbcad285.tar.gz
ports-7108c2b92996ba653a074ba9c2614481bbcad285.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)
Notes
Notes: svn path=/head/; revision=153699
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 7ca6e627a6aa..538f434c4c4b 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/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>