diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
commit | 76a76c8949da4f34972c8ef5eb83d13c8027ab82 (patch) | |
tree | da20b2bba5ac307196ccb9dbc0414496c6be6453 /editors/mp | |
parent | b9202ea74e3c3a9e41aa922d5450d24b656bea33 (diff) | |
download | freebsd-ports-graphics-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.gz freebsd-ports-graphics-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.zst freebsd-ports-graphics-76a76c8949da4f34972c8ef5eb83d13c8027ab82.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'editors/mp')
-rw-r--r-- | editors/mp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index a3d84245673..68392de7c19 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -27,11 +27,7 @@ MAN1= mp.1 .include <bsd.port.pre.mk> -.if defined(WITH_CURSES) -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif -.else +.if !defined(WITH_CURSES) CONFIGURE_ARGS+= --without-curses .endif |