summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/devices/grops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grops/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/devices/grops/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grops/Makefile b/gnu/usr.bin/groff/src/devices/grops/Makefile
index 23707b7..479898e 100644
--- a/gnu/usr.bin/groff/src/devices/grops/Makefile
+++ b/gnu/usr.bin/groff/src/devices/grops/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-PROG= grops
+PROG_CXX= grops
SRCS= ps.cc psrm.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