diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-01 19:03:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-01 19:03:00 +0800 |
commit | b8cf049e20c4eb93c647773968f8a01ab9f145b9 (patch) | |
tree | 0df2fef4155a8e24437d67f57a12b1a447ef5394 /editors | |
parent | f69e4c040e1861e3481e2b73aabbf0061a61f3a5 (diff) | |
download | freebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.tar.gz freebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.tar.zst freebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.zip |
- Marked BROKEN for amd64 7.X
PR: 108653
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index a4f4a0778a66..71e7c34264e9 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -24,10 +24,14 @@ PLIST_FILES= bin/ht .include <bsd.port.pre.mk> -.if ${ARCH} == ia64 +.if ${ARCH} == "ia64" BROKEN= does not build on ia64 .endif +.if ${ARCH} == "amd64" && ${OSVERSION} > 700000 +BROKEN= does not build on 7.x for amd64 +.endif + .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif |