diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
commit | d8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch) | |
tree | 520ef2a8e4549307b131d4654e216085fce34be7 /print/ttftot42/Makefile | |
parent | Install 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).
Diffstat (limited to 'print/ttftot42/Makefile')
-rw-r--r-- | print/ttftot42/Makefile | 2 |
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> |