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 | Update to use Tcl/Tk version 8.2. (diff) |
Move dependencies to Tcl/Tk version 8.2. This port is *still* broken
so note for any potential 'fixer' that only version 3.1.22 seems to be
available now.
Notes
Notes:
svn path=/head/; revision=23488
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} \ |