summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
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}