diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-09 12:59:33 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-09 12:59:33 +0000 |
commit | ece53b5e7abf3ccbaa2a998f3fa326b91a69330f (patch) | |
tree | f96af316ef3bad4e5007ed45263a49311dd8e532 /editors/hte | |
parent | c10c9492c64ae44c303de42a38ff35d5df7826b0 (diff) | |
download | ports-ece53b5e7abf3ccbaa2a998f3fa326b91a69330f.tar.gz ports-ece53b5e7abf3ccbaa2a998f3fa326b91a69330f.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 2f84bcd58ef0..a51e36ebfd31 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -24,6 +24,10 @@ PLIST_FILES= bin/ht .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= Does not build on ia64 +.endif + .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode |