diff options
author | minskim <minskim> | 2005-06-14 21:00:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-14 21:00:41 +0000 |
commit | 8f08a88988873e6206652e23976901b6a7f08fc8 (patch) | |
tree | 8d50293fe79f13fec71f5b5fbc7ce6df00339598 /x11 | |
parent | 244a0031081994c59283dcac9519f670dfb04006 (diff) | |
download | pkgsrc-8f08a88988873e6206652e23976901b6a7f08fc8.tar.gz |
Let x11/labltk use bdb if native ndbm is not available.
Diffstat (limited to 'x11')
-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" |