diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-02 22:24:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-02 22:24:10 +0000 |
commit | 5770211357d725d288aeaee6c43884767db363c7 (patch) | |
tree | 3abe7124e71d97e2d8db575135c0eb6ef5bcaa4a /graphics/gdtclft/Makefile | |
parent | Those patches are no more necessar - the build completes without them. (diff) |
Add missing dependency on freetype port
Noticed by: bento
Diffstat (limited to 'graphics/gdtclft/Makefile')
-rw-r--r-- | graphics/gdtclft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 9e643efb4712..e369bfa598d4 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ - gd.1:${PORTSDIR}/graphics/gd + gd.1:${PORTSDIR}/graphics/gd \ + ttf.4:${PORTSDIR}/print/freetype MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=8.2 MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" |