aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-06-03 22:01:25 +0800
committercrees <crees@FreeBSD.org>2012-06-03 22:01:25 +0800
commitbc1d1a971a531adba68617dfd0dff6c5dc4d11da (patch)
tree751433808c858d6d6ab340b3d1e384ea121c7758 /databases
parent2c4c8c6f01cd6000acf80000c9a71b72384b1918 (diff)
downloadfreebsd-ports-gnome-bc1d1a971a531adba68617dfd0dff6c5dc4d11da.tar.gz
freebsd-ports-gnome-bc1d1a971a531adba68617dfd0dff6c5dc4d11da.tar.zst
freebsd-ports-gnome-bc1d1a971a531adba68617dfd0dff6c5dc4d11da.zip
Fix OPTIONS-- required at least one enabled by default
This was not caught by testing because the behaviour of bsd.options.mk has been fixed-- it didn't used to enforce this for OPTIONS_MULTI
Diffstat (limited to 'databases')
-rw-r--r--databases/vfront/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/vfront/Makefile b/databases/vfront/Makefile
index b35583e81c6d..d163a5231076 100644
--- a/databases/vfront/Makefile
+++ b/databases/vfront/Makefile
@@ -22,6 +22,7 @@ USE_PHP= yes
OPTIONS_MULTI= database
OPTIONS_MULTI_database= MYSQL PGSQL
+OPTIONS_DEFAULT= MYSQL PGSQL
.include <bsd.port.options.mk>