diff options
author | krion <krion@FreeBSD.org> | 2005-03-13 17:53:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-13 17:53:34 +0800 |
commit | a8c70d6cf01d43c74c5201eae3ff3f6314844e29 (patch) | |
tree | 4548187d0296c61e88d3a57d42feee6e1727fa16 /print | |
parent | 4932e58f5834e44dc8de9ea67102cc9bed607e3b (diff) | |
download | freebsd-ports-gnome-a8c70d6cf01d43c74c5201eae3ff3f6314844e29.tar.gz freebsd-ports-gnome-a8c70d6cf01d43c74c5201eae3ff3f6314844e29.tar.zst freebsd-ports-gnome-a8c70d6cf01d43c74c5201eae3ff3f6314844e29.zip |
Remove trailing space.
Diffstat (limited to 'print')
-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 |