aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdtclft
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-03 06:24:10 +0800
committerkris <kris@FreeBSD.org>2000-07-03 06:24:10 +0800
commit1a11674d834397d4742421deaff21fe0bb52ab37 (patch)
tree010c39747a47b44d97034413ab0539a9e69dc02a /graphics/gdtclft
parentaa5e26fa3e8af056e95905c7bf90d939a952cac9 (diff)
downloadfreebsd-ports-gnome-1a11674d834397d4742421deaff21fe0bb52ab37.tar.gz
freebsd-ports-gnome-1a11674d834397d4742421deaff21fe0bb52ab37.tar.zst
freebsd-ports-gnome-1a11674d834397d4742421deaff21fe0bb52ab37.zip
Add missing dependency on freetype port
Noticed by: bento
Diffstat (limited to 'graphics/gdtclft')
-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}"