diff options
Diffstat (limited to 'databases/db33/Makefile')
-rw-r--r-- | databases/db33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db33/Makefile b/databases/db33/Makefile index 7fcdb5d92877..3150c3af63e3 100644 --- a/databases/db33/Makefile +++ b/databases/db33/Makefile @@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8 MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -GNU_CONFIGURE= YES +INSTALLS_SHLIBS= yes +GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx |