diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 20:53:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 20:53:47 +0800 |
commit | b44b7225f163f6b07c021b0737c3c9922f21ba55 (patch) | |
tree | dc5c34374fe880180c24d7772c399dec8cba44fb /games | |
parent | 4e536c9f114d18cac273fb67078fadcbc70978de (diff) | |
download | freebsd-ports-gnome-b44b7225f163f6b07c021b0737c3c9922f21ba55.tar.gz freebsd-ports-gnome-b44b7225f163f6b07c021b0737c3c9922f21ba55.tar.zst freebsd-ports-gnome-b44b7225f163f6b07c021b0737c3c9922f21ba55.zip |
- Check OPSYS along with OSVERSION
Diffstat (limited to 'games')
-rw-r--r-- | games/widelands/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 62da18c71b68..a0cc270cba7e 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -42,7 +42,7 @@ DESKTOP_ENTRIES="Widelands" \ .include <bsd.port.options.mk> -.if ${OSVERSION} < 900000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 IGNORE= doesn't build on 8.x .endif |