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