diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 11:23:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 11:23:41 +0000 |
commit | a7e7a172188459a70491c74ba8281942b0430d38 (patch) | |
tree | 559897502692f48032c01e6d65338df0403afca1 /games/hexxagon | |
parent | 3c888fcf77c9fc9cb4c91d3555e8c8b189f3dd57 (diff) |
Remove 4.x support from other ports from makc <makc@issp.ac.ru>
Submitted by: makc <makc@issp.ac.ru>
Notes
Notes:
svn path=/head/; revision=190107
Diffstat (limited to 'games/hexxagon')
-rw-r--r-- | games/hexxagon/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 080c3bf71b6f..cabd579f8bf5 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -24,10 +24,4 @@ GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ "hexxagon" "Application;Game;" false -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |