diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 13:19:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 13:19:47 +0000 |
commit | d1d2d89cd0847d4f097bd0eb16ddac7092db728d (patch) | |
tree | 3a61a150d2302639ddaaef65a4e05e646d66e2da /games/xdoom/Makefile | |
parent | f6974bb3dccbadd7aa86bb58bc4ca307328a2e47 (diff) | |
download | pkgsrc-d1d2d89cd0847d4f097bd0eb16ddac7092db728d.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r-- | games/xdoom/Makefile | 6 |
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" |