From 08c63c7539787146848177b39e6859b9318119c8 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 28 Nov 1999 18:32:45 +0000 Subject: Update to use Tcl/Tk version 8.2. Submitted by: Ade Lovett --- graphics/geomview/Makefile | 5 +++-- graphics/geomview/files/patch-aa | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'graphics/geomview') diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 7c378759f740..6b2d098cb8cc 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -4,9 +4,10 @@ # Whom: fenner # # $FreeBSD$ +# DISTNAME= geomview-1.6.1 -CATEGORIES= graphics tk80 +CATEGORIES= graphics tk82 MASTER_SITES= ftp://ftp.geom.umn.edu/pub/software/geomview/ \ ftp://ftp-sfb288.math.tu-berlin.de/pub/geomview/ DISTFILES= geomview-1.6.1-src.tar.gz @@ -15,7 +16,7 @@ MAINTAINER= fenner@freebsd.org LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 + tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/Geomview REQUIRES_MOTIF= yes diff --git a/graphics/geomview/files/patch-aa b/graphics/geomview/files/patch-aa index 8f9026969a27..ef5c8bc62565 100644 --- a/graphics/geomview/files/patch-aa +++ b/graphics/geomview/files/patch-aa @@ -36,8 +36,8 @@ # indicate cc options to find tk-related libraries and include-files. -# TKLIBS = -L/usr/local/lib -ltk -ltcl -L${SYSXLIBDIR} -lX11 -# TKINC = -I/u/share/include -+TKLIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -L${SYSXLIBDIR} -lX11 -+TKINC = -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 ++TKLIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -L${SYSXLIBDIR} -lX11 ++TKINC = -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 # Choose or adapt one of the following sets of definitions. -- cgit