aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfixadmin/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-16 17:04:41 +0800
committermiwi <miwi@FreeBSD.org>2013-03-16 17:04:41 +0800
commit093451ab13e0ab57a38f223db5a2b0900783aa72 (patch)
tree79e1fa30f96ffb40696d0afb41f1a1564dc1b2dd /mail/postfixadmin/Makefile
parented64c3eb5ab71d45d27887163dbc2ad80cef62ba (diff)
downloadfreebsd-ports-gnome-093451ab13e0ab57a38f223db5a2b0900783aa72.tar.gz
freebsd-ports-gnome-093451ab13e0ab57a38f223db5a2b0900783aa72.tar.zst
freebsd-ports-gnome-093451ab13e0ab57a38f223db5a2b0900783aa72.zip
- MYSQL and PGSQL are default in b.o.d.m
- Correct the include part
Diffstat (limited to 'mail/postfixadmin/Makefile')
-rw-r--r--mail/postfixadmin/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index 23c904d12418..fe7e15b03155 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -20,13 +20,11 @@ SUB_FILES+= pkg-message
OPTIONS_SINGLE= DB
OPTIONS_SINGLE_DB= MYSQL MYSQLI PGSQL
-MYSQL_DESC= MySQL back-end (use mysql PHP extension)
MYSQLI_DESC= MySQL 4.1+ back-end (use mysqli PHP extension)
-PGSQL_DESC= PostgreSQL back-end (use pgsql PHP extension)
OPTIONS_DEFAULT= MYSQL
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
USE_PHP= pcre session mbstring spl xmlrpc
@@ -91,4 +89,4 @@ post-install:
@${CHMOD} 640 ${PREFIX}/www/postfixadmin/users/*.php
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>