diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-11-02 03:25:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-11-02 03:25:13 +0800 |
commit | 8feaadb66a457bd8cbad986f59727ffdda220a5f (patch) | |
tree | 188b3961b31805dd881dba3b2d0a2cdc94e2e14b /games/maxr | |
parent | 98f0fdafd72c15ac00a1560f9222d6575f6eb2c0 (diff) | |
download | freebsd-ports-gnome-8feaadb66a457bd8cbad986f59727ffdda220a5f.tar.gz freebsd-ports-gnome-8feaadb66a457bd8cbad986f59727ffdda220a5f.tar.zst freebsd-ports-gnome-8feaadb66a457bd8cbad986f59727ffdda220a5f.zip |
- Remove obsolete OSVERSION condition
Diffstat (limited to 'games/maxr')
-rw-r--r-- | games/maxr/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/maxr/Makefile b/games/maxr/Makefile index b0162ff47622..d7e5b3068439 100644 --- a/games/maxr/Makefile +++ b/games/maxr/Makefile @@ -28,10 +28,4 @@ DESKTOP_ENTRIES="M.A.X.R." \ "Game;StrategyGame;" \ false -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BROKEN= does not build on 10.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |