aboutsummaryrefslogtreecommitdiff
path: root/databases/vfront
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-06-03 14:01:25 +0000
committerChris Rees <crees@FreeBSD.org>2012-06-03 14:01:25 +0000
commitdddefc35884cda547db4bc1e43214e002bccff91 (patch)
tree047662cdaeb412ad8e0444ba096fedace23eaf18 /databases/vfront
parente8587758f897567b1d1dfcaedc9a50ca80d6c5fd (diff)
downloadports-dddefc35884cda547db4bc1e43214e002bccff91.tar.gz
ports-dddefc35884cda547db4bc1e43214e002bccff91.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
Notes
Notes: svn path=/head/; revision=298087
Diffstat (limited to 'databases/vfront')
-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>