aboutsummaryrefslogtreecommitdiffstats
path: root/games/flightgear
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 08:56:40 +0800
committerkris <kris@FreeBSD.org>2005-01-02 08:56:40 +0800
commitaf653dace715e74570a677f390a4faac2ec23cd6 (patch)
tree2e3eb94cd18611db0d69b7d545e70b1273ab7c3f /games/flightgear
parent85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90 (diff)
downloadfreebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.gz
freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.zst
freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.zip
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/flightgear')
-rw-r--r--games/flightgear/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 9be1cacd7d96..b0a1c2b2774d 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -41,6 +41,12 @@ CONFIGURE_ARGS= --program-transform-name='s/^${CONFIGURE_TARGET}-//' \
MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
post-extract:
@${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -delete
@@ -48,4 +54,4 @@ do-install:
@${ECHO} ">> Installing program"
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>