summaryrefslogtreecommitdiff
path: root/print/ttftot42
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 07:30:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 07:30:37 +0000
commiteb17ecf3a76595b3591b8d87d75a5f57c714567c (patch)
treed5bc006116d9cbe0288c6224d463f3f2400e14ce /print/ttftot42
parentTry to implement something similar to a window protocol in (diff)
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Notes
Notes: svn path=/head/; revision=56060
Diffstat (limited to 'print/ttftot42')
-rw-r--r--print/ttftot42/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile
index 8af352fb5580..06400acfc811 100644
--- a/print/ttftot42/Makefile
+++ b/print/ttftot42/Makefile
@@ -12,8 +12,7 @@ MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
-
+USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype"