diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
commit | 76a76c8949da4f34972c8ef5eb83d13c8027ab82 (patch) | |
tree | da20b2bba5ac307196ccb9dbc0414496c6be6453 /editors/ne | |
parent | b9202ea74e3c3a9e41aa922d5450d24b656bea33 (diff) | |
download | FreeBSD-ports-76a76c8949da4f34972c8ef5eb83d13c8027ab82.zip FreeBSD-ports-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.gz |
Remove support for OSVERSION < 5
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 859d5db..cb9fd7b 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -23,12 +23,6 @@ ALL_TARGET= ne MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \ GLOBALDIR="${DATADIR}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses -.endif - WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= ne.1 @@ -48,4 +42,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC:S/src//}doc/ne.txt ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |