aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-19 17:27:37 +0800
committerkris <kris@FreeBSD.org>2004-06-19 17:27:37 +0800
commit4cb7a7d17a322c5d1842805426b6b342da3edbfb (patch)
tree216848395424e3e184ba33c154e4b9196a20557d /math
parent2a58b5f38c769e8bd9a545d534b21c4e770485fd (diff)
downloadfreebsd-ports-gnome-4cb7a7d17a322c5d1842805426b6b342da3edbfb.tar.gz
freebsd-ports-gnome-4cb7a7d17a322c5d1842805426b6b342da3edbfb.tar.zst
freebsd-ports-gnome-4cb7a7d17a322c5d1842805426b6b342da3edbfb.zip
BROKEN on 5.x: Does not compile
Diffstat (limited to 'math')
-rw-r--r--math/oleo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index 0b0444e53af8..742ed666a5ee 100644
--- a/math/oleo/Makefile
+++ b/math/oleo/Makefile
@@ -45,6 +45,12 @@ USE_GETTEXT= yes
PLIST_SUB= NLS=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-everything::
.if !defined(WITH_MOTIF)
@${ECHO_MSG}
@@ -72,4 +78,4 @@ pre-build:
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>