From bc1d1a971a531adba68617dfd0dff6c5dc4d11da Mon Sep 17 00:00:00 2001 From: crees Date: Sun, 3 Jun 2012 14:01:25 +0000 Subject: 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 --- databases/vfront/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases') 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 -- cgit