aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-26 17:55:23 +0800
committermiwi <miwi@FreeBSD.org>2009-12-26 17:55:23 +0800
commit6d052b2f18b6eeabc5b2a0407da115ae7cb3410b (patch)
treeba145cc7ac5060fd6fd898f542dff070baf775ac
parent12fc18d8ca40ed8cd6661362fe16776cab7dce76 (diff)
downloadfreebsd-ports-gnome-6d052b2f18b6eeabc5b2a0407da115ae7cb3410b.tar.gz
freebsd-ports-gnome-6d052b2f18b6eeabc5b2a0407da115ae7cb3410b.tar.zst
freebsd-ports-gnome-6d052b2f18b6eeabc5b2a0407da115ae7cb3410b.zip
- Fix a typo
Reported by: Olli Hauer (ohauer@gmx.de)
-rw-r--r--mail/postfixadmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index 441e364675c1..6f08681f736c 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -26,7 +26,7 @@ OPTIONS+= PGSQL "PostgreSQL back-end (use pgsql PHP extension)" off
.include <bsd.port.pre.mk>
-USE_PHP= pcre session mbstring sql xmlrpc
+USE_PHP= pcre session mbstring spl xmlrpc
.if !defined(WITHOUT_MYSQL)
USE_PHP+= mysql