summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/devices/grohtml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grohtml/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/devices/grohtml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile
index 411a229..01b1aa1 100644
--- a/gnu/usr.bin/groff/src/devices/grohtml/Makefile
+++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-PROG= post-grohtml
+PROG_CXX= post-grohtml
SRCS= post-html.cc html-text.cc output.cc
-DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS}
-LDADD= ${LIBDRIVER} ${LIBGROFF} -lm -lstdc++
+DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
+LDADD= ${LIBDRIVER} ${LIBGROFF} -lm
NOMAN= YES
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud