diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 11:43:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 11:43:59 +0000 |
commit | 183d7474c4f74768fd3a9860d7b2cd9a1336406f (patch) | |
tree | db77c14d105f68f3623d801d361b297c1eb8d95f /graphics/graphviz | |
parent | bb98c71fbe6d181b91811fb4fd612f5f4899352e (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 196f044bacdc..b009fe5b1449 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ - freetype.6:${PORTSDIR}/print/freetype2 \ + freetype.7:${PORTSDIR}/print/freetype2 \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 WRKSRC= ${WRKDIR}/gv${PORTVERSION} |