aboutsummaryrefslogtreecommitdiff
path: root/print/ttftot42
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-07-25 17:36:26 +0000
committerSteve Price <steve@FreeBSD.org>2001-07-25 17:36:26 +0000
commit9555847b00ec095b1ffab7a8674696216cae105b (patch)
tree861be771bcf1dcd7868ee096a5e953d0f36636fc /print/ttftot42
parent30d94ee2cb162c178ce748e6a4541181850d1a6c (diff)
downloadports-9555847b00ec095b1ffab7a8674696216cae105b.tar.gz
ports-9555847b00ec095b1ffab7a8674696216cae105b.zip
The header files for freetype are now in ${LOCALBASE}/include/freetype.
Notes
Notes: svn path=/head/; revision=45474
Diffstat (limited to 'print/ttftot42')
-rw-r--r--print/ttftot42/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile
index cc63a18de5ad..8af352fb5580 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>