Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 23:06:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360113 - head/cad/ngspice_rework
Message-ID:  <201407012306.s61N6mKR059071@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul  1 23:06:48 2014
New Revision: 360113
URL: http://svnweb.freebsd.org/changeset/ports/360113
QAT: https://qat.redports.org/buildarchive/r360113/

Log:
  Fix build with readline in base while here convert to USES=libtool

Modified:
  head/cad/ngspice_rework/Makefile

Modified: head/cad/ngspice_rework/Makefile
==============================================================================
--- head/cad/ngspice_rework/Makefile	Tue Jul  1 23:05:06 2014	(r360112)
+++ head/cad/ngspice_rework/Makefile	Tue Jul  1 23:06:48 2014	(r360113)
@@ -13,7 +13,7 @@ COMMENT=	Mixed-signal circuit simulator 
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake libtool readline
 
 DEBUG_CONFIGURE_ENABLE=	debug
 CONFIGURE_ARGS+=	--enable-xspice --with-readline=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407012306.s61N6mKR059071>