diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-15 09:03:03 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-15 09:03:03 +0000 |
commit | ea0799e87854bbbfa99ef8d13660ce494b8c6795 (patch) | |
tree | 29f984c10b2fc784ee259563c2aea1ab9d01a665 /editors | |
parent | c2397384bb105c7bd4d8b7ab0308fd517b5925bc (diff) | |
download | FreeBSD-ports-ea0799e87854bbbfa99ef8d13660ce494b8c6795.zip FreeBSD-ports-ea0799e87854bbbfa99ef8d13660ce494b8c6795.tar.gz |
upgrade to 0.5.0
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 11 | ||||
-rw-r--r-- | editors/hte/distinfo | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 325b656..c61b5b2 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> diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 1b2c51a..c5cbf8c 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1 +1 @@ -MD5 (ht-0.4.4d.tar.gz) = 691364bfdecbfe97f809bfb1c115009c +MD5 (ht-0.5.0.tar.gz) = f997c26420d20cfcedcf2e9fb0950f55 |