diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-05 04:50:04 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-05 04:50:04 +0800 |
commit | 404666371244670c42407d904d980a11edd55ad5 (patch) | |
tree | f4aa731061c469e71ea586e310134b161de1ff17 | |
parent | c9b3f0de4bcb6e828a67ed12fb06483909507ee9 (diff) | |
download | freebsd-ports-gnome-404666371244670c42407d904d980a11edd55ad5.tar.gz freebsd-ports-gnome-404666371244670c42407d904d980a11edd55ad5.tar.zst freebsd-ports-gnome-404666371244670c42407d904d980a11edd55ad5.zip |
Mark as broken: fails to install on i386-7.
-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> |