aboutsummaryrefslogtreecommitdiff
path: root/editors/hte/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-15 09:03:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-15 09:03:03 +0000
commit10e49a0dbc8ed312a53f8010ab73292defb2ada8 (patch)
tree79fea0d47cf1904bf127012440f157f3a765f6e9 /editors/hte/Makefile
parent4a5c2c67cb86ccaace6f54cae780621452de75ef (diff)
downloadports-10e49a0dbc8ed312a53f8010ab73292defb2ada8.tar.gz
ports-10e49a0dbc8ed312a53f8010ab73292defb2ada8.zip
upgrade to 0.5.0
Notes
Notes: svn path=/head/; revision=50039
Diffstat (limited to 'editors/hte/Makefile')
-rw-r--r--editors/hte/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index 325b656fc612..c61b5b25336a 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hte
-PORTVERSION= 0.4.4d
+PORTVERSION= 0.5.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +16,13 @@ DISTNAME= ht-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-lm"
CONFIGURE_ARGS= --enable-final
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+.endif
+
+.include <bsd.port.post.mk>