pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/botan1
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Nov 28 16:12:57 UTC 2023
Modified Files:
pkgsrc/security/botan1: Makefile
Log Message:
botan1: Use python tool.mk.
Avoids python buildlink3 problems with indirect dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/botan1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/botan1/Makefile
diff -u pkgsrc/security/botan1/Makefile:1.3 pkgsrc/security/botan1/Makefile:1.4
--- pkgsrc/security/botan1/Makefile:1.3 Mon Aug 14 05:25:08 2023
+++ pkgsrc/security/botan1/Makefile Tue Nov 28 16:12:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/08/14 05:25:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/28 16:12:57 jperkin Exp $
DISTNAME= Botan-1.10.17
PKGNAME= ${DISTNAME:tl}
@@ -15,7 +15,6 @@ LICENSE= 2-clause-bsd
HAS_CONFIGURE= yes
USE_LANGUAGES= c++03
-PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8.14; 1.10 is supposedly better
CONFIG_SHELL= ${PYTHONBIN}
@@ -44,5 +43,5 @@ CONFIGURE_ARGS+= --cpu=ppc64
CONFIGURE_ARGS+= --cpu=arm
.endif
-.include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index