summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/utils/indxbib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/utils/indxbib/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/utils/indxbib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile b/gnu/usr.bin/groff/src/utils/indxbib/Makefile
index 91e0a72..ba0fd18 100644
--- a/gnu/usr.bin/groff/src/utils/indxbib/Makefile
+++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile
@@ -2,8 +2,8 @@
PROG= indxbib
SRCS= indxbib.cc signal.c
-DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM}
-LDADD= ${LIBBIB} ${LIBGROFF} -lm
+DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS}
+LDADD= ${LIBBIB} ${LIBGROFF} -lm -lstdc++
CLEANFILES= ${MAN}
beforeinstall:
OpenPOWER on IntegriCloud