pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/xm7



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul  7 07:34:56 UTC 2023

Modified Files:
        pkgsrc/emulators/xm7: Makefile

Log Message:
xm7: hard-require an OSS implementation


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/xm7/Makefile

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

Modified files:

Index: pkgsrc/emulators/xm7/Makefile
diff -u pkgsrc/emulators/xm7/Makefile:1.33 pkgsrc/emulators/xm7/Makefile:1.34
--- pkgsrc/emulators/xm7/Makefile:1.33  Tue Jun  6 12:41:22 2023
+++ pkgsrc/emulators/xm7/Makefile       Fri Jul  7 07:34:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/06/06 12:41:22 riastradh Exp $
+# $NetBSD: Makefile,v 1.34 2023/07/07 07:34:56 nia Exp $
 #
 
 DISTNAME=              xm71020s
@@ -23,6 +23,11 @@ TOOL_DEPENDS+=               nkf>=1.7:../../converter
 
 NOT_FOR_BULK_PLATFORM= Linux-*-*
 
+.include "../../mk/oss.buildlink3.mk"
+.if ${OSS_TYPE} == "none"
+PKG_SKIP_REASON+=      "Requires an OSS implementation"
+.endif
+
 EXTRACT_OPTS_ZIP=      -aqoLL  # lower-case filenames are expected
 
 WRKSRC=                        ${WRKDIR}/vm
@@ -38,5 +43,4 @@ do-install:
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index