summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-05-10 06:22:03 +0000
committerminskim <minskim@pkgsrc.org>2010-05-10 06:22:03 +0000
commit17eced4e8c8f99c63bb95ebc42c5533a30efe001 (patch)
treef408589f90c69a6aa550cfd5abe4f32429c52bf1 /graphics/gnuplot
parentece46b2489566155ab2651cff75a36a59254f1d5 (diff)
downloadpkgsrc-17eced4e8c8f99c63bb95ebc42c5533a30efe001.tar.gz
Darwin also has NetBSD's readline.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile.common4
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