diff options
author | kris <kris@FreeBSD.org> | 2007-03-04 02:29:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-04 02:29:48 +0800 |
commit | 4991235f11aa75c4d0002140f02778f65fe6ad82 (patch) | |
tree | d2830b5b4d2b2bb49a898defd32bdfabf3692cbb /editors/hte | |
parent | a88c1d4c21548c16cb665d8b79afbb91c5e436ec (diff) | |
download | freebsd-ports-gnome-4991235f11aa75c4d0002140f02778f65fe6ad82.tar.gz freebsd-ports-gnome-4991235f11aa75c4d0002140f02778f65fe6ad82.tar.zst freebsd-ports-gnome-4991235f11aa75c4d0002140f02778f65fe6ad82.zip |
Now appears to build on amd64 7.x
Diffstat (limited to 'editors/hte')
-rw-r--r-- | editors/hte/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 71e7c34264e9..4d675910a877 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -28,10 +28,6 @@ PLIST_FILES= bin/ht 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 |