diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:50:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:50:04 +0800 |
commit | f89158bd134b3033c14d94570244cfdf474d8415 (patch) | |
tree | 7de134ec92923a4b64adf2a126ad8a9a02ffc74a /textproc/mifluz | |
parent | 49384c1b32ee87bc63c11b3599fdfa9cd6ddbdfc (diff) | |
download | freebsd-ports-gnome-f89158bd134b3033c14d94570244cfdf474d8415.tar.gz freebsd-ports-gnome-f89158bd134b3033c14d94570244cfdf474d8415.tar.zst freebsd-ports-gnome-f89158bd134b3033c14d94570244cfdf474d8415.zip |
Mark as broken: fails to install on i386-7.
Diffstat (limited to 'textproc/mifluz')
-rw-r--r-- | textproc/mifluz/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index 96ac85e2a972..c0ff66cff0c7 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -44,4 +44,10 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= fails to install +.endif + +.include <bsd.port.post.mk> |