summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/preproc/html/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
committerru <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
commit1edf22e90f76f082e9a6e3b97830ade387a0def6 (patch)
tree2e1a8863f3f8e324d085a162b297bb9b78dcc1ca /gnu/usr.bin/groff/src/preproc/html/Makefile
parent05bab27f8069bf579ded5aab5300abaa4a6aadf3 (diff)
downloadFreeBSD-src-1edf22e90f76f082e9a6e3b97830ade387a0def6.zip
FreeBSD-src-1edf22e90f76f082e9a6e3b97830ade387a0def6.tar.gz
Revert the last change and mark the program as PROG_CXX.
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