1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- MYSQL and PGSQL are default in b.o.d.m

- Correct the include part
This commit is contained in:
Martin Wilke 2013-03-16 09:04:41 +00:00
parent 82d597147d
commit 5063c8bc2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314344

View File

@ -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>