diff options
author | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
commit | fd8c019229d4b29e8e415f22be25569d8ab78010 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /graphics/gnuplot | |
parent | e630d8b83638d5a20b11327b52b062465bc057c0 (diff) | |
download | pkgsrc-fd8c019229d4b29e8e415f22be25569d8ab78010.tar.gz |
* .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".
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
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 |