summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-07-25 17:36:26 +0000
committersteve <steve@FreeBSD.org>2001-07-25 17:36:26 +0000
commite1aa8e206fd6e9bf348fb5f1169e3a0681478957 (patch)
treebe73dee366be7ae4fc64f054bb832c81de088158 /print
parentd310e6afc6106c7089f8a5630c3ab5bc1d44bcc7 (diff)
downloadFreeBSD-ports-e1aa8e206fd6e9bf348fb5f1169e3a0681478957.zip
FreeBSD-ports-e1aa8e206fd6e9bf348fb5f1169e3a0681478957.tar.gz
The header files for freetype are now in ${LOCALBASE}/include/freetype.
Diffstat (limited to 'print')
-rw-r--r--print/ttftot42/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile
index cc63a18..8af352f 100644
--- a/print/ttftot42/Makefile
+++ b/print/ttftot42/Makefile
@@ -15,6 +15,6 @@ MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
GNU_CONFIGURE= yes
-CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include"
+CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud