diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/riece-emacs21/Makefile | 8 | ||||
-rw-r--r-- | irc/riece/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index 997210a9ed5a..d2c8cf4642f3 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/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> diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 997210a9ed5a..d2c8cf4642f3 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> |