From 1f7e6b49f2d5e4b3f7656a105c54a6738faf445f Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 17 Jan 2006 01:51:56 +0000 Subject: 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: (maintainer) --- www/drupal6/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/drupal6') diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 7ca6e627a6aa..538f434c4c4b 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/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 -- cgit