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 | |
parent | 30d94ee2cb162c178ce748e6a4541181850d1a6c (diff) |
Notes
Diffstat (limited to 'print')
-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> |