summaryrefslogtreecommitdiff
path: root/cad/ng-spice
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-15 02:02:17 +0000
committerryoon <ryoon>2013-07-15 02:02:17 +0000
commit215de6661118c1f3801c16d0a5acdf8153217b64 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /cad/ng-spice
parentc983d6b497ef6e3b0f873176bc6476b7f100e38f (diff)
downloadpkgsrc-215de6661118c1f3801c16d0a5acdf8153217b64.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 'cad/ng-spice')
-rw-r--r--cad/ng-spice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile
index af6e800d31d..74e6a29c91a 100644
--- a/cad/ng-spice/Makefile
+++ b/cad/ng-spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/04/06 20:27:16 rodent Exp $
+# $NetBSD: Makefile,v 1.42 2013/07/15 02:02:18 ryoon Exp $
#
DISTNAME= ngspice-23
@@ -12,7 +12,6 @@ COMMENT= Next generation circuit simulation program
USE_LIBTOOL= YES
USE_TOOLS+= gmake makeinfo
-USE_GNU_READLINE= uses rl_* interface
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-debug
@@ -24,6 +23,7 @@ TEXINFO_REQD= 4.6
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
+# uses rl_* interface
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"