pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python311



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 14 17:25:53 UTC 2023

Modified Files:
        pkgsrc/lang/python311: Makefile

Log Message:
python311: clean up some pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python311/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/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.3 pkgsrc/lang/python311/Makefile:1.4
--- pkgsrc/lang/python311/Makefile:1.3  Sat Jan 14 17:22:25 2023
+++ pkgsrc/lang/python311/Makefile      Sat Jan 14 17:25:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/01/14 17:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/14 17:25:53 wiz Exp $
 
 .include "dist.mk"
 
@@ -36,7 +36,7 @@ PTHREAD_OPTS+=        require
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
+.if ${USE_CROSS_COMPILE:U:tl} == yes
 TOOL_DEPENDS+=         ${PKGNAME}:../../${PKGPATH}
 # XXX copied from ../../lang/python/pyversion.mk to avoid including it
 # XXX should use NATIVE_PREFIX but we don't have that



Home | Main Index | Thread Index | Old Index