pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtkada



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 10 19:11:10 UTC 2022

Modified Files:
        pkgsrc/x11/gtkada: Makefile

Log Message:
gtkada: restrict to python3

Untested, since it doesn't build for me.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gtkada/Makefile

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

Modified files:

Index: pkgsrc/x11/gtkada/Makefile
diff -u pkgsrc/x11/gtkada/Makefile:1.57 pkgsrc/x11/gtkada/Makefile:1.58
--- pkgsrc/x11/gtkada/Makefile:1.57     Tue Jun 28 11:37:53 2022
+++ pkgsrc/x11/gtkada/Makefile  Sun Jul 10 19:11:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/06/28 11:37:53 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2022/07/10 19:11:09 wiz Exp $
 
 DISTNAME=      gtkada-${GTKADA_VERSION}
 PKGREVISION=   29
@@ -13,7 +13,9 @@ HOMEPAGE=     http://libre.adacore.com/libre
 COMMENT=       Ada graphical toolkit based on Gtk+
 LICENSE=       gnu-gpl-v2
 
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake perl pkg-config
@@ -66,6 +68,6 @@ post-install:
        ${RM} -rf ${DESTDIR}${PREFIX}/share/doc/gtkada/gtkada_ug/_sources
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/pyversion.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index