summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-18 08:01:25 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-18 08:01:25 +0000
commitd293b9db160a0dfd0ea19dba7bf255144ce233ef (patch)
treebcfbaaae5da78fdc44756bf29594e15187268614 /games
parent- Update to 0.23 (diff)
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Notes
Notes: svn path=/head/; revision=190273
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/Makefile4
-rw-r--r--games/palomino/Makefile8
2 files changed, 1 insertions, 11 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 97472888de72..2bbc4ccec0cf 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -88,8 +88,4 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | \
${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on 4.x
-.endif
-
.include <bsd.port.post.mk>
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index 1082f8ace993..08ceb4317a4e 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -46,10 +46,4 @@ do-install:
@${INSTALL_DATA} ${INSTALL_WRKSRC}/src/mod_pony.py \
${WRKSRC}/palomino/engine/src/eng.py ${DATADIR}/pony/out/
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>