summaryrefslogtreecommitdiff
path: root/games/xdoom/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 13:19:47 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 13:19:47 +0000
commitd1d2d89cd0847d4f097bd0eb16ddac7092db728d (patch)
tree3a61a150d2302639ddaaef65a4e05e646d66e2da /games/xdoom/Makefile
parentf6974bb3dccbadd7aa86bb58bc4ca307328a2e47 (diff)
downloadpkgsrc-d1d2d89cd0847d4f097bd0eb16ddac7092db728d.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r--games/xdoom/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index fbbf02a3ff3..02c3fa58418 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2015/07/04 16:18:35 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2016/02/25 13:19:47 jperkin Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -24,9 +24,7 @@ BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Linux"
-CFLAGS+= -DLINUX
-.endif
+CFLAGS.Linux+= -DLINUX
.include "../../mk/endian.mk"