diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 11:50:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 11:50:47 +0800 |
commit | 62a82b987fb30099c5322e12809807f983e6db93 (patch) | |
tree | 9581d1b55f9a60c62a96c9e9b0d3ceca5d014854 /math | |
parent | 0089d874a2fdc551dcd4595d40177af49e8f86a6 (diff) | |
download | freebsd-ports-gnome-62a82b987fb30099c5322e12809807f983e6db93.tar.gz freebsd-ports-gnome-62a82b987fb30099c5322e12809807f983e6db93.tar.zst freebsd-ports-gnome-62a82b987fb30099c5322e12809807f983e6db93.zip |
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.
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} \ |