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