mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
3819707a20
revive the port - it improperly suffered repo-death - and apply the patch below. PR: ports/47577 Submitted by: Jason Harris <jharris@widomaker.com>
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
--- Makefile.in.orig Fri Apr 9 20:02:59 1999
|
|
+++ Makefile.in Thu Apr 15 23:09:36 1999
|
|
@@ -15,7 +15,7 @@
|
|
LDFLAGS = @LDFLAGS@
|
|
O=o
|
|
|
|
-LIBS = @LIBS@
|
|
+LIBS = -ltermcap
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|