diff options
author | minskim <minskim> | 2010-05-10 06:22:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-05-10 06:22:03 +0000 |
commit | 8e9f5358baff0afd78575a6a86d987e0c6d48773 (patch) | |
tree | f408589f90c69a6aa550cfd5abe4f32429c52bf1 /graphics/gnuplot | |
parent | b56a843f3cbdb74ce80b598a8de54e1fe72d03f4 (diff) | |
download | pkgsrc-8e9f5358baff0afd78575a6a86d987e0c6d48773.tar.gz |
Darwin also has NetBSD's readline.
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 |