diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:53:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:53:34 +0000 |
commit | 5a352f1eec122bb198694c923bcf2cd51e797c05 (patch) | |
tree | 538f9ca3d8dbef52d8c30efffb0fa1e2c1806d40 /print/ttf2pt1/Makefile | |
parent | d484fa37a183d570b77b3260c34dd09e30c99b5d (diff) | |
download | ports-5a352f1eec122bb198694c923bcf2cd51e797c05.tar.gz ports-5a352f1eec122bb198694c923bcf2cd51e797c05.zip |
Notes
Diffstat (limited to 'print/ttf2pt1/Makefile')
-rw-r--r-- | print/ttf2pt1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 0573dd1e6931..68ad71a43270 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -25,7 +25,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \ MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1 CPPFLAGS= `pkg-config --cflags freetype2` \ - -I${LOCALBASE}/include -DUSE_FREETYPE + -I${LOCALBASE}/include -DUSE_FREETYPE LDFLAGS= `pkg-config --libs freetype2` \ -L${LOCALBASE}/lib -lm |