diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 17:30:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 17:30:13 +0000 |
commit | 2177b8eea2f457eb9da80ca32db911d2d744d181 (patch) | |
tree | c36ecf9594d5fc860b04cb7137bcd6ea8e066331 /editors | |
parent | 8c3e44e2c449715f2e1b603e90d3a915d4af2cd9 (diff) | |
download | ports-2177b8eea2f457eb9da80ca32db911d2d744d181.tar.gz ports-2177b8eea2f457eb9da80ca32db911d2d744d181.zip |
Notes
Diffstat (limited to 'editors')
-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 63dd791c775f..edd26b8e16c0 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -28,10 +28,6 @@ PLIST_FILES= bin/ht .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif |