diff options
author | kris <kris@FreeBSD.org> | 2004-02-05 04:17:49 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-05 04:17:49 +0000 |
commit | 7ffa45e82a0064c37b955d17c4fdac743889699d (patch) | |
tree | 909ea81c9a7ea612837597559284386ecaa1bf9c /devel/oniguruma | |
parent | db4d8d5cb1b0244482fd21e793cf90d232b540cf (diff) | |
download | FreeBSD-ports-7ffa45e82a0064c37b955d17c4fdac743889699d.zip FreeBSD-ports-7ffa45e82a0064c37b955d17c4fdac743889699d.tar.gz |
BROKEN on 5.x: does not compile
Diffstat (limited to 'devel/oniguruma')
-rw-r--r-- | devel/oniguruma/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index a7701c2..2611fa3 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/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> |