aboutsummaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 09:27:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 09:27:37 +0000
commitdd3699e8e351b5e608be242d9f43dd12356dea41 (patch)
treee68985fc2b30429f93de0ebae9169956f75567dc /math/oleo
parentfeba77f64528a19ed7f5e05fe5fa0d3c475f2a69 (diff)
downloadports-dd3699e8e351b5e608be242d9f43dd12356dea41.tar.gz
ports-dd3699e8e351b5e608be242d9f43dd12356dea41.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=111801
Diffstat (limited to 'math/oleo')
-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>