diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 06:47:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 06:47:50 +0800 |
commit | 55c569d8503e8814d1808e669f90dc77691862bc (patch) | |
tree | 264bb2935ea30164ece80a9fa52e7520dc6811c2 /games/fgfs-base | |
parent | 2136eac81725e1bf7e74da91aa14f60bcb456e07 (diff) | |
download | freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.gz freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.zst freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/fgfs-base')
-rw-r--r-- | games/fgfs-base/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile index 5d16ec5d7e91..2852beed6f88 100644 --- a/games/fgfs-base/Makefile +++ b/games/fgfs-base/Makefile @@ -40,6 +40,12 @@ CONFIGURE_ARGS= --with-threads MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -delete @@ -53,4 +59,4 @@ do-install: @(cd ${WRKSRC}/data && ${FIND} . -type f |\ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |