diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 2003-07-07 06:45:45 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 2003-07-07 06:45:45 +0000 |
commit | e3e6a8306611c58ea3d4427e154a967471d3f225 (patch) | |
tree | 4a3ddfd1668654febd696b22274f45e268fea1a5 /graphics/graphviz | |
parent | 82ce60afbeed228db83090393a0d78f6508985c8 (diff) | |
download | ports-e3e6a8306611c58ea3d4427e154a967471d3f225.tar.gz ports-e3e6a8306611c58ea3d4427e154a967471d3f225.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index b60999a420be..8a73197ce017 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 1.9 -CATEGORIES= graphics tk83 +CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ MAINTAINER= perky@FreeBSD.org @@ -16,17 +16,17 @@ COMMENT= Graph Visualization Software from AT&T and Bell Labs LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ - tk83.1:${PORTSDIR}/x11-toolkits/tk83 + tk84.1:${PORTSDIR}/x11-toolkits/tk84 USE_XPM= yes USE_GMAKE= yes USE_AUTOMAKE= yes AUTOMAKE_ARGS= --add-missing USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4" \ LDFLAGS="-L${LOCALBASE}/lib" \ - TCLCONFIG=${LOCALBASE}/lib/tcl8.3/tclConfig.sh \ - TKCONFIG=${LOCALBASE}/lib/tk8.3/tkConfig.sh \ + TCLCONFIG=${LOCALBASE}/lib/tcl8.4/tclConfig.sh \ + TKCONFIG=${LOCALBASE}/lib/tk8.4/tkConfig.sh \ AUTOHEADER=${LOCALBASE}/bin/autoheader213 \ AUTOCONF=${LOCALBASE}/bin/autoconf213 \ AUTOMAKE=${LOCALBASE}/bin/automake14 \ |