pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python21 Include bdb.buildlink3.mk on platforms w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b51af33386df
branches:  trunk
changeset: 494732:b51af33386df
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 29 06:26:50 2005 +0000

description:
Include bdb.buildlink3.mk on platforms where the bsddb module is built.

diffstat:

 lang/python21/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e80554d4b3cf -r b51af33386df lang/python21/Makefile
--- a/lang/python21/Makefile    Sun May 29 05:57:20 2005 +0000
+++ b/lang/python21/Makefile    Sun May 29 06:26:50 2005 +0000
@@ -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 @@
 BSDDB=
 .if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
 BSDDB=         "@comment "
+.else
+.include "../../mk/bdb.buildlink3.mk"
 .endif
 PLIST_SUBST+=  BSDDB=${BSDDB}
 



Home | Main Index | Thread Index | Old Index