aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma4
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 04:17:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 04:17:49 +0000
commite1dcf404b95cf1d27e3d431afd71dad7c716d38e (patch)
tree3aa8b294391fd5356735251c296613e764915c46 /devel/oniguruma4
parent86690f9bd330d4cca7dc6b50812092ec28f65316 (diff)
downloadports-e1dcf404b95cf1d27e3d431afd71dad7c716d38e.tar.gz
ports-e1dcf404b95cf1d27e3d431afd71dad7c716d38e.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100022
Diffstat (limited to 'devel/oniguruma4')
-rw-r--r--devel/oniguruma4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile
index a7701c2ff818..2611fa37e124 100644
--- a/devel/oniguruma4/Makefile
+++ b/devel/oniguruma4/Makefile
@@ -25,6 +25,12 @@ INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502000
+BROKEN= "Does not compile"
+.endif
+
pre-build:
${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
@@ -38,4 +44,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>