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:           Sun Nov  6 08:23:11 UTC 2022

Modified Files:
        pkgsrc/x11/xss-lock: Makefile

Log Message:
xss-lock: include pyversion.mk to define PYPKGPREFIX


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/x11/xss-lock/Makefile:1.2
--- pkgsrc/x11/xss-lock/Makefile:1.1    Sat Nov  5 18:13:44 2022
+++ pkgsrc/x11/xss-lock/Makefile        Sun Nov  6 08:23:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/05 18:13:44 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/06 08:23:11 wiz Exp $
 
 DISTNAME=      1e158fb20108
 PKGNAME=       xss-lock-0.3.0
@@ -30,6 +30,7 @@ CMAKE_ARGS+=  -DCMAKE_BUILD_TYPE=Release
 
 WRKSRC=                ${WRKDIR}/raymonad-xss-lock-${DISTNAME}
 
+.include "../../lang/python/pyversion.mk"
 .include "../../x11/xcb-util/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index