diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-05 14:47:13 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-05 14:47:13 +0800 |
commit | a97c13d5c2b744a3f907151e2bd6a517af1b66ea (patch) | |
tree | 0ad2586f8e86437335ae6d4d2d7c71c6bb6a657a /misc | |
parent | 713f269ae47713c95c1227911252f14ab9302d08 (diff) | |
download | freebsd-ports-gnome-a97c13d5c2b744a3f907151e2bd6a517af1b66ea.tar.gz freebsd-ports-gnome-a97c13d5c2b744a3f907151e2bd6a517af1b66ea.tar.zst freebsd-ports-gnome-a97c13d5c2b744a3f907151e2bd6a517af1b66ea.zip |
- fix options conversion
Reported by: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/krecipes/Makefile | 1 |
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> |