diff options
Diffstat (limited to 'cad/tclspice/Makefile')
-rw-r--r-- | cad/tclspice/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index 69e6ca5100d0..22a322a7b35b 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclspice PORTVERSION= 0.2.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tclspice @@ -17,10 +17,11 @@ COMMENT= Improved version on SPICE3 suite with TCL scripting features BUILD_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ ${LOCALBASE}/lib/libtclreadline.so:${PORTSDIR}/devel/tclreadline -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ + ${LOCALBASE}/lib/libtclreadline.so:${PORTSDIR}/devel/tclreadline WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:15 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes ALL_TARGET= tcl @@ -34,7 +35,7 @@ OPTIONS= EXPERIMENTAL "Enable experimental features" on \ CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS} -fPIC" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -ltcl84 -lBLT24" ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal WISH= ${LOCALBASE}/bin/wish8.4 |