summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/utils/tfmtodit/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/utils/tfmtodit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
index b242378..cc8333d 100644
--- a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
+++ b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-PROG= tfmtodit
+PROG_CXX= tfmtodit
SRCS= tfmtodit.cc
-DPADD= ${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS}
-LDADD= ${LIBGROFF} -lm -lstdc++
+DPADD= ${LIBGROFF} ${LIBM}
+LDADD= ${LIBGROFF} -lm
CLEANFILES= ${MAN}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud