diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-14 21:00:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-14 21:00:41 +0000 |
commit | 7fa28f3c068c6b1c468183bfae09f52ed035724e (patch) | |
tree | 8d50293fe79f13fec71f5b5fbc7ce6df00339598 /x11/labltk | |
parent | bdead8cfd39e13bd489e37de2e8a12a975f02096 (diff) | |
download | pkgsrc-7fa28f3c068c6b1c468183bfae09f52ed035724e.tar.gz |
Let x11/labltk use bdb if native ndbm is not available.
Diffstat (limited to 'x11/labltk')
-rw-r--r-- | x11/labltk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index bab3b8e6cde..b24485fa3d4 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/01 18:03:29 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/14 21:00:41 minskim Exp $ .include "../../lang/ocaml/Makefile.common" @@ -23,6 +23,7 @@ PLIST_SRC= ${.CURDIR}/PLIST.opt ${.CURDIR}/PLIST .endif BUILDLINK_DEPMETHOD.ocaml= full +BUILDLINK_DEPMETHOD.${BDB_TYPE}=build .include "../../lang/ocaml/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" |