diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 23:06:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 23:06:48 +0000 |
commit | 55d532c9fde1050e95f8c118fd509c45dac3a733 (patch) | |
tree | f45790c4c08040bd16079e6c035a2e5bf4b8ff0a /cad/ngspice_rework | |
parent | cca3c8eb1cd16aea75b548c8ed50bc7cf34060e8 (diff) |
Notes
Diffstat (limited to 'cad/ngspice_rework')
-rw-r--r-- | cad/ngspice_rework/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 6a9637e8d13d..10c9b90e4a09 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -13,7 +13,7 @@ COMMENT= Mixed-signal circuit simulator derived from Spice and Cider LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake +USES= gmake libtool readline DEBUG_CONFIGURE_ENABLE= debug CONFIGURE_ARGS+= --enable-xspice --with-readline=yes |