1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add missing dependency on freetype port

Noticed by:	bento
This commit is contained in:
Kris Kennaway 2000-07-02 22:24:10 +00:00
parent 8a2246219c
commit 5770211357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30080

View File

@ -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}"