diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-25 08:04:25 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-25 08:04:25 +0000 |
commit | 92066654f2772755142abe1689a5629f55550427 (patch) | |
tree | c5edfc59fede221141ef61e66ee639c172af5c15 /irc/riece | |
parent | ebd94fe3fabeb7ad50061d090674154e19e84408 (diff) | |
download | FreeBSD-ports-92066654f2772755142abe1689a5629f55550427.zip FreeBSD-ports-92066654f2772755142abe1689a5629f55550427.tar.gz |
Since ports/75832 is already closed by committing a workaround, this port
should not be marked BROKEN on ia64 now.
PR: ports/83972
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to 'irc/riece')
-rw-r--r-- | irc/riece/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 997210a..d2c8cf4 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -23,13 +23,7 @@ USE_GMAKE= yes INFO= riece-en riece-ja -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" -BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |