summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-13 09:53:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-13 09:53:34 +0000
commit5a352f1eec122bb198694c923bcf2cd51e797c05 (patch)
tree538f9ca3d8dbef52d8c30efffb0fa1e2c1806d40
parentUpdate to version 3.3.15 (diff)
Remove trailing space.
Notes
Notes: svn path=/head/; revision=131071
-rw-r--r--print/ttf2pt1/Makefile2
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