summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-05 06:47:13 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-05 06:47:13 +0000
commit397c522dca10c2ec0154cd111a4ad7306df653f7 (patch)
tree0ad2586f8e86437335ae6d4d2d7c71c6bb6a657a /misc
parentMark as broken: does not build (diff)
- fix options conversion
Reported by: portmgr
Notes
Notes: svn path=/head/; revision=322311
Diffstat (limited to 'misc')
-rw-r--r--misc/krecipes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/krecipes/Makefile b/misc/krecipes/Makefile
index f724353afedf..3d0f04a3a5b8 100644
--- a/misc/krecipes/Makefile
+++ b/misc/krecipes/Makefile
@@ -15,6 +15,7 @@ USE_AUTOTOOLS= libtool
OPTIONS_MULTI= DB
OPTIONS_MULTI_DB= SQLITE MYSQL PGSQL
+OPTIONS_DEFAULT= SQLITE
.include <bsd.port.options.mk>