summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-02 22:24:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-02 22:24:10 +0000
commit5770211357d725d288aeaee6c43884767db363c7 (patch)
tree3abe7124e71d97e2d8db575135c0eb6ef5bcaa4a /graphics
parentThose patches are no more necessar - the build completes without them. (diff)
Add missing dependency on freetype port
Noticed by: bento
Notes
Notes: svn path=/head/; revision=30080
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdtclft/Makefile3
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}"