summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-06-14 21:00:41 +0000
committerminskim <minskim@pkgsrc.org>2005-06-14 21:00:41 +0000
commit1a1151139f5486a970a93252146ac5f6114a85c8 (patch)
tree8d50293fe79f13fec71f5b5fbc7ce6df00339598 /lang/ocaml/Makefile
parent1b38f5b83353ab1029855e3938506a373939d1d5 (diff)
downloadpkgsrc-1a1151139f5486a970a93252146ac5f6114a85c8.tar.gz
Let x11/labltk use bdb if native ndbm is not available.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r--lang/ocaml/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index d5e1a2add7f..f8fa94825d6 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,13 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2005/06/07 00:59:48 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2005/06/14 21:00:41 minskim Exp $
.include "Makefile.common"
CONFIGURE_ARGS+= -no-tk
CONFIGURE_ENV+= disable_x11=yes
-CONFIGURE_ENV+= BDB_LIBS=${BDB_LIBS} \
- BDB_BUILTIN=${USE_BUILTIN.${BDB_TYPE}}
-
-CPPFLAGS+= -DDB_DBM_HSEARCH
BUILD_TARGET= world
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
@@ -24,5 +20,4 @@ PLIST_SRC+= ${PKGDIR}/PLIST
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif
-.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"