summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-05-29 06:26:50 +0000
committerminskim <minskim@pkgsrc.org>2005-05-29 06:26:50 +0000
commit78f44bb81309ccd137551b4cd0836038b2a23329 (patch)
tree55389e41191e630a046834158a4a4f21cf617deb /lang
parentd092625f7ab068cc992035b51f4fe246cd14e0be (diff)
downloadpkgsrc-78f44bb81309ccd137551b4cd0836038b2a23329.tar.gz
Include bdb.buildlink3.mk on platforms where the bsddb module is built.
Diffstat (limited to 'lang')
-rw-r--r--lang/python21/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index f91434f5943..d2328d46441 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/29 06:26:50 minskim Exp $
#
DISTNAME= Python-2.1.3
@@ -50,6 +50,8 @@ PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME}
BSDDB=
.if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
BSDDB= "@comment "
+.else
+.include "../../mk/bdb.buildlink3.mk"
.endif
PLIST_SUBST+= BSDDB=${BSDDB}