mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bb7ceb06ad
PR: 13369 Submitted by: Mitsuru Yoshida <mitsuru@riken.go.jp>
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
--- info/Makefile.in.dist Mon Aug 16 13:44:59 1999
|
|
+++ info/Makefile.in Mon Aug 16 13:51:35 1999
|
|
@@ -98,7 +98,7 @@
|
|
# we need to override it, so include them ourselves.
|
|
INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
|
|
DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
|
-LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
|
|
+LDADD = ../lib/libtxi.a -ltermcap @INTLLIBS@
|
|
|
|
EXTRA_DIST = README pcterm.c
|
|
|