aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-30 17:12:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-30 17:12:26 +0000
commit778087722e28c6d3b85f8b342f41590b5e7348e6 (patch)
tree68dfcb4f98217e209dca0d38fccc46c44034e52e /games
parentb26a90a102819264b93d380ad2c8371c2f118487 (diff)
Notes
Diffstat (limited to 'games')
-rw-r--r--games/stratagus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index 50ce34bd11ee..035f0d6dca62 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -45,6 +45,12 @@ LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
PLIST_FILES= bin/stratagus
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= does not run properly on FreeBSD 4.x
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Stratagus has the following tunable option(s):"
@@ -63,4 +69,4 @@ post-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>