diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-29 06:26:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-29 06:26:50 +0000 |
commit | f75efa29e0e09f21afb94a7289cfe1ecafc3570f (patch) | |
tree | 55389e41191e630a046834158a4a4f21cf617deb | |
parent | 5118b750c0d6bfa6133dfc62dbc9824cf53883ac (diff) | |
download | pkgsrc-f75efa29e0e09f21afb94a7289cfe1ecafc3570f.tar.gz |
Include bdb.buildlink3.mk on platforms where the bsddb module is built.
-rw-r--r-- | lang/python21/Makefile | 4 |
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} |