diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 19:23:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 19:23:41 +0800 |
commit | 8a4520e922222fce0802d133252d54c318c54bab (patch) | |
tree | eaadacb7cf1f5681b92aab4507670caf39f747e9 /games | |
parent | 5c4adf2979d0ca818f6d43e39cc8235cb9027d27 (diff) | |
download | freebsd-ports-graphics-8a4520e922222fce0802d133252d54c318c54bab.tar.gz freebsd-ports-graphics-8a4520e922222fce0802d133252d54c318c54bab.tar.zst freebsd-ports-graphics-8a4520e922222fce0802d133252d54c318c54bab.zip |
Remove 4.x support from other ports from makc <makc@issp.ac.ru>
Submitted by: makc <makc@issp.ac.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/hexxagon/Makefile | 8 | ||||
-rw-r--r-- | games/trigger/Makefile | 11 |
2 files changed, 4 insertions, 15 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 080c3bf71b6..cabd579f8bf 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> diff --git a/games/trigger/Makefile b/games/trigger/Makefile index 0e2faccf8ff..0c22c9bde30 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -32,15 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ WRKSRC= ${WRKDIR}/trigger-${PORTVERSION}-src DATASRC= ${WRKDIR}/trigger-${DATAVERSION}-data -DESKTOP_ENTRIES="Trigger" "Car racing game" "" \ - "trigger" "" false - -.include <bsd.port.pre.mk> DATAVERSION= 0.5.2 -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif +DESKTOP_ENTRIES="Trigger" "Car racing game" "" \ + "trigger" "" false post-patch: @${REINPLACE_CMD} -e 's|SDL/||' \ @@ -75,4 +70,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |