diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:06:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:06:23 +0000 |
commit | b883c64481cada65159200430874faa2732b8427 (patch) | |
tree | 17afb636a8c28794f07fd0da184f1c220b9ac2c5 /editors/hte | |
parent | a7b8decb33e4a80f3d86645a1bfaa4a5b21c741e (diff) | |
download | ports-b883c64481cada65159200430874faa2732b8427.tar.gz ports-b883c64481cada65159200430874faa2732b8427.zip |
Notes
Diffstat (limited to 'editors/hte')
-rw-r--r-- | editors/hte/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index b9908b2faae4..217d978e42d7 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -27,6 +27,10 @@ PLIST_FILES= bin/ht .include <bsd.port.pre.mk> +.if ${ARCH} == ia64 +BROKEN= "Does not build on ia64" +.endif + .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif |