summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/games/chess/Makefile4
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile2
-rw-r--r--gnu/usr.bin/perl/perl/usub/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index 7a084cb..1fff3a2 100644
--- a/gnu/games/chess/Makefile
+++ b/gnu/games/chess/Makefile
@@ -4,8 +4,8 @@ PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
MAN6= chess.6
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lcurses -ltermlib
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
beforeinstall:
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 2f78342..5f134e2 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
-DPADD+= $(LIBREADLINE) $(LIBTERM)
+DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index 2f78342..5f134e2 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
-DPADD+= $(LIBREADLINE) $(LIBTERM)
+DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)
diff --git a/gnu/usr.bin/perl/perl/usub/Makefile b/gnu/usr.bin/perl/perl/usub/Makefile
index 107702f..965a98a 100644
--- a/gnu/usr.bin/perl/perl/usub/Makefile
+++ b/gnu/usr.bin/perl/perl/usub/Makefile
@@ -1,7 +1,7 @@
SRC = ..
GLOBINCS =
LOCINCS =
-LIBS = -lcurses -ltermlib `. $(SRC)/config.sh; echo $$libs`
+LIBS = -lcurses -ltermcap `. $(SRC)/config.sh; echo $$libs`
curseperl: $(SRC)/uperl.o usersub.o curses.o
cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -o curseperl
OpenPOWER on IntegriCloud