pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nbsdgames



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 23 06:22:10 UTC 2021

Modified Files:
        pkgsrc/games/nbsdgames: Makefile

Log Message:
nbsdgames: fix sense of condition


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/nbsdgames/Makefile

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

Modified files:

Index: pkgsrc/games/nbsdgames/Makefile
diff -u pkgsrc/games/nbsdgames/Makefile:1.1 pkgsrc/games/nbsdgames/Makefile:1.2
--- pkgsrc/games/nbsdgames/Makefile:1.1 Thu Apr 22 18:53:55 2021
+++ pkgsrc/games/nbsdgames/Makefile     Fri Apr 23 06:22:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/22 18:53:55 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/23 06:22:10 nia Exp $
 
 DISTNAME=      nbsdgames-v4.0
 PKGNAME=       ${DISTNAME:S/-v/-/1}
@@ -21,7 +21,7 @@ BUILD_DEFS+=  VARBASE
 
 CFLAGS+=       ${BUILDLINK_LDADD.curses}
 
-.if !empty(CURSES_TYPE:M*ncurses*)
+.if empty(CURSES_TYPE:M*ncurses*)
 CFLAGS+=       -DNO_MOUSE=1
 .endif
 



Home | Main Index | Thread Index | Old Index