diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
commit | 9aaccaed7d0e000844966e72551a5375ac718636 (patch) | |
tree | 7a73157d6acb1999d85f31a3d7393c7d9af5e39f /editors/mp | |
parent | bf149172eb4bde1861d3e54d83615ff8c27b0925 (diff) | |
download | ports-9aaccaed7d0e000844966e72551a5375ac718636.tar.gz ports-9aaccaed7d0e000844966e72551a5375ac718636.zip |
Remove support for OSVERSION < 5
Notes
Notes:
svn path=/head/; revision=200756
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 a3d842456739..68392de7c198 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 |