pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python39



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 10 12:14:04 UTC 2023

Modified Files:
        pkgsrc/lang/python39: Makefile

Log Message:
python39: Honour user's choice of readline implementation.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/python39/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/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.32 pkgsrc/lang/python39/Makefile:1.33
--- pkgsrc/lang/python39/Makefile:1.32  Wed Nov  8 13:19:52 2023
+++ pkgsrc/lang/python39/Makefile       Fri Nov 10 12:14:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/11/08 13:19:52 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2023/11/10 12:14:04 nia Exp $
 
 .include "dist.mk"
 
@@ -237,7 +237,6 @@ CONFIGURE_ENV+=             ac_cv_lib_intl_textdoma
 .endif
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
@@ -245,4 +244,5 @@ CONFIGURE_ENV+=             ac_cv_lib_intl_textdoma
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index