summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/troff
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-10-25 15:08:21 +0000
committertorstenb <torstenb@FreeBSD.org>1995-10-25 15:08:21 +0000
commita31022b303ea5ec7c096c6165e363e3fd1058fee (patch)
tree86583d9bfb0b9e78282df2c06910bb8882c86157 /gnu/usr.bin/groff/troff
parent2e3199534a883f822b7eff71f2658d6e867db2d6 (diff)
downloadFreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.zip
FreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.tar.gz
fix bad dependencies (LIBMATH -> LIBM)
Diffstat (limited to 'gnu/usr.bin/groff/troff')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
index fff2823..f51d93a 100644
--- a/gnu/usr.bin/groff/troff/Makefile
+++ b/gnu/usr.bin/groff/troff/Makefile
@@ -3,7 +3,7 @@ SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
number.cc majorminor.cc
CFLAGS+= -I${.CURDIR}/../include
LDADD+= ${LIBGROFF} -lm
-DPADD+= ${LIBGROFF} ${LIBMATH}
+DPADD+= ${LIBGROFF} ${LIBM}
MANDEPEND= troff.1
CLEANFILES+= majorminor.cc ${MANDEPEND}
OpenPOWER on IntegriCloud