diff options
author | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:36:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:36:26 +0000 |
commit | 9555847b00ec095b1ffab7a8674696216cae105b (patch) | |
tree | 861be771bcf1dcd7868ee096a5e953d0f36636fc /print/ttftot42/Makefile | |
parent | Add USE_XPM to satisfy dependency on libXpm.so. (diff) |
The header files for freetype are now in ${LOCALBASE}/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 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> |