summaryrefslogtreecommitdiff
path: root/print/ttf2pt1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ttf2pt1/Makefile')
-rw-r--r--print/ttf2pt1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile
index 27d4dcc832ea..0adb4163a0e9 100644
--- a/print/ttf2pt1/Makefile
+++ b/print/ttf2pt1/Makefile
@@ -25,9 +25,9 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \
MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1
-CPPFLAGS= `pkg-config --cflags freetype2` \
+CPPFLAGS+= `pkg-config --cflags freetype2` \
-I${LOCALBASE}/include -DUSE_FREETYPE
-LDFLAGS= `pkg-config --libs freetype2` \
+LDFLAGS+= `pkg-config --libs freetype2` \
-L${LOCALBASE}/lib -lm
.include <bsd.port.mk>