diff options
author | pav <pav@FreeBSD.org> | 2004-07-31 01:12:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-31 01:12:26 +0800 |
commit | faa45a5837d5aa57ba4c9076500bc95fbe866df9 (patch) | |
tree | ea67d6126fdd4b0cca42a7e490f4ee58e437eb05 /games | |
parent | 7963a078c6ae65f468289bbd113bd2f78fc603f6 (diff) | |
download | freebsd-ports-gnome-faa45a5837d5aa57ba4c9076500bc95fbe866df9.tar.gz freebsd-ports-gnome-faa45a5837d5aa57ba4c9076500bc95fbe866df9.tar.zst freebsd-ports-gnome-faa45a5837d5aa57ba4c9076500bc95fbe866df9.zip |
- Mark IGNORE on FreeBSD 4.x - it compiles but does not run
PR: ports/69787
Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/stratagus/Makefile | 8 |
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> |