diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:50:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:50:47 +0000 |
commit | 0621e3654053f4825598aaab135e7dc51d967cfc (patch) | |
tree | 0cb539399afba2a785bdd26ad152ec1325f8235a /math | |
parent | 58cd15ee7b8fae972f49ed34054240f2d1d87811 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/siag/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index b982912b8175..21ad4644517f 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ \ MAINTAINER= mi@aldan.algebra.com -BROKEN='only siag-3.1.19.tar.gz available' +BROKEN= 'only siag-3.1.22.tar.gz available' LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm @@ -39,9 +39,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libt1.a:${PORTSDIR}/devel/t1lib .if !defined(NOTCL) # Feel free to try other versions of TCL here: -LIB_DEPENDS+= tcl80:${PORTSDIR}/lang/tcl80 -CPPFLAGS+= -I${LOCALBASE}/include/tcl8.0 -CONFIGURE_ARGS+=--with-tcl=tcl80 +LIB_DEPENDS+= tcl82:${PORTSDIR}/lang/tcl82 +CPPFLAGS+= -I${LOCALBASE}/include/tcl8.2 +CONFIGURE_ARGS+=--with-tcl=tcl82 .endif CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ |