diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 01:44:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 01:44:17 +0800 |
commit | 598ccd5aa60a1c15170cd5f16905e31445d5dd7f (patch) | |
tree | 0c0a899bd367ac1595d7e06080d1709918c52b3a /www/drupal6 | |
parent | c1c808f5bd3c2ac64f3b4224ed4fa84e80482fa3 (diff) | |
download | freebsd-ports-gnome-598ccd5aa60a1c15170cd5f16905e31445d5dd7f.tar.gz freebsd-ports-gnome-598ccd5aa60a1c15170cd5f16905e31445d5dd7f.tar.zst freebsd-ports-gnome-598ccd5aa60a1c15170cd5f16905e31445d5dd7f.zip |
- Remove php4 reference
Diffstat (limited to 'www/drupal6')
-rw-r--r-- | www/drupal6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index b130ca799e77..6fae3ee64589 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -15,7 +15,6 @@ USE_DRUPAL= yes DRUPAL6_PORT= yes USE_PHP= gd pcre session xml mbstring -IGNORE_WITH_PHP=4 WANT_PHP_WEB= yes OPTIONS_DEFINE= MYSQLI MYSQL PGSQL |