aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-03-10 19:02:13 +0800
committerkrion <krion@FreeBSD.org>2005-03-10 19:02:13 +0800
commit2307a70975f643e54d07bf83975458d31c39998b (patch)
tree434a78aba5e3db804d35753d47c1843a9040ade9
parent2d243c1d0e37e13a2fb8e8ee904caa179d50c85c (diff)
downloadfreebsd-ports-gnome-2307a70975f643e54d07bf83975458d31c39998b.tar.gz
freebsd-ports-gnome-2307a70975f643e54d07bf83975458d31c39998b.tar.zst
freebsd-ports-gnome-2307a70975f643e54d07bf83975458d31c39998b.zip
BROKEN: Does not compile on FreeBSD >= 5.x
-rw-r--r--games/adonthell/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile
index b710ef59d78d..7745fbf24a3b 100644
--- a/games/adonthell/Makefile
+++ b/games/adonthell/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ARGS+= --disable-py-debug
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
cd ${WRKDIR}/wastesedge-${PORTVERSION} && \
${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \
@@ -36,4 +42,4 @@ post-install:
cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE}
cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>