diff options
author | hsu <hsu@FreeBSD.org> | 2003-07-07 14:45:45 +0800 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 2003-07-07 14:45:45 +0800 |
commit | 945018fe0a5c62fbff93871b32e09f7fcf542c51 (patch) | |
tree | c3e6fbdfe333320025e76bac8a043284fce8ee7c /graphics/graphviz | |
parent | ce81530ca766b7ceb12b62a91f964eed865ccbfb (diff) | |
download | freebsd-ports-gnome-945018fe0a5c62fbff93871b32e09f7fcf542c51.tar.gz freebsd-ports-gnome-945018fe0a5c62fbff93871b32e09f7fcf542c51.tar.zst freebsd-ports-gnome-945018fe0a5c62fbff93871b32e09f7fcf542c51.zip |
Upgrade to use TCL/TK 8.4.
Approved by: perky (maintainer)
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 \ |