pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xss-lock
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 2 16:23:30 UTC 2023
Modified Files:
pkgsrc/x11/xss-lock: Makefile
Log Message:
xss-lock: only allow build with Python 3
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xss-lock/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/xss-lock/Makefile
diff -u pkgsrc/x11/xss-lock/Makefile:1.3 pkgsrc/x11/xss-lock/Makefile:1.4
--- pkgsrc/x11/xss-lock/Makefile:1.3 Tue Dec 6 14:41:40 2022
+++ pkgsrc/x11/xss-lock/Makefile Tue May 2 16:23:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/12/06 14:41:40 vins Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/02 16:23:30 wiz Exp $
DISTNAME= 1e158fb20108
PKGNAME= xss-lock-0.3.0
@@ -12,12 +12,14 @@ HOMEPAGE= https://bitbucket.org/raymonad
COMMENT= Use external locker as X screen saver
LICENSE= mit
-USE_TOOLS+= pkg-config
-
-PYTHON_FOR_BUILD_ONLY= tool
# Requires rst2man to generate man page
TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+USE_TOOLS+= pkg-config
+
+PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
SUBST_CLASSES+= doc
SUBST_MESSAGE.doc= Fixing rst2man name due to python versioning.
SUBST_STAGE.doc= pre-configure
Home |
Main Index |
Thread Index |
Old Index