summaryrefslogtreecommitdiff
path: root/print/ttftot42
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commitd8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch)
tree520ef2a8e4549307b131d4654e216085fce34be7 /print/ttftot42
parentInstall includes into ${PREFIX}/include/freetype1/freetype instead of (diff)
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes: svn path=/head/; revision=56069
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 06400acfc811..d5b19f96eca8 100644
--- a/print/ttftot42/Makefile
+++ b/print/ttftot42/Makefile
@@ -14,6 +14,6 @@ MAINTAINER= nakai@FreeBSD.org
USE_FREETYPE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype"
+CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype1/freetype"
.include <bsd.port.mk>