From 215de6661118c1f3801c16d0a5acdf8153217b64 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 15 Jul 2013 02:02:17 +0000 Subject: * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". --- graphics/gnuplot/Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'graphics/gnuplot') diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index cc1c383ba34..c53805fce94 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2013/07/04 21:27:57 adam Exp $ +# $NetBSD: Makefile,v 1.81 2013/07/15 02:02:22 ryoon Exp $ DISTNAME= gnuplot-4.6.3 PKGREVISION= 4 @@ -27,21 +27,9 @@ CONFIGURE_ARGS+= --without-tutorial CONFIGURE_ARGS+= ac_cv_prog_EMACS= INFO_FILES= yes -# Use BSD editline wherever possible: -.include "../../mk/bsd.prefs.mk" - -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin" -. if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[01234].*) -CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -.include "../../devel/readline/buildlink3.mk" -. else CONFIGURE_ARGS+= --with-readline=bsd +.include "../../mk/readline.buildlink3.mk" .include "../../mk/curses.buildlink3.mk" -. endif -.else -CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -.include "../../devel/readline/buildlink3.mk" -.endif LDFLAGS.SunOS+= -liconv -- cgit v1.2.3