pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python27



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb  1 11:31:50 UTC 2017

Modified Files:
        pkgsrc/lang/python27: Makefile

Log Message:
Put back bdb bl3, required for the dbm module.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/python27/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.69 pkgsrc/lang/python27/Makefile:1.70
--- pkgsrc/lang/python27/Makefile:1.69  Thu Jan 26 23:10:35 2017
+++ pkgsrc/lang/python27/Makefile       Wed Feb  1 11:31:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2017/01/26 23:10:35 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2017/02/01 11:31:50 jperkin Exp $
 
 .include "dist.mk"
 
@@ -208,5 +208,6 @@ BUILDLINK_DEPMETHOD.readline=               build
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index