diff options
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common index e68bdc66fba..be3452212a3 100644 --- a/graphics/gnuplot/Makefile.common +++ b/graphics/gnuplot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2010/02/19 14:09:58 asau Exp $ +# $NetBSD: Makefile.common,v 1.19 2010/05/10 06:22:03 minskim Exp $ # used by ../../graphics/gnuplot-nox11 @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --without-tutorial # Use BSD editline wherever possible: .include "../../mk/bsd.prefs.mk" -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --with-readline=bsd .include "../../mk/curses.buildlink3.mk" .else |