summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/preproc/refer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/preproc/refer/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/preproc/refer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile b/gnu/usr.bin/groff/src/preproc/refer/Makefile
index 2c64462..0fc9f30 100644
--- a/gnu/usr.bin/groff/src/preproc/refer/Makefile
+++ b/gnu/usr.bin/groff/src/preproc/refer/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-PROG= refer
+PROG_CXX= refer
SRCS= command.cc label.cc ref.cc refer.cc token.cc
CFLAGS+= -I${DIST_DIR}
-DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS}
-LDADD= ${LIBBIB} ${LIBGROFF} -lm -lstdc++
+DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM}
+LDADD= ${LIBBIB} ${LIBGROFF} -lm
CLEANFILES= label.cc label_tab.h ${MAN} y.tab.c y.tab.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud