diff options
author | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /graphics/geomview | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 5 | ||||
-rw-r--r-- | graphics/geomview/files/patch-aa | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 7c37875..6b2d098 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 8f90269..ef5c8bc 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. |