freebsd-ports/sysutils/less/files/patch-Makefile.in
John Marino 880579f55a sysutils/less: document ncurses requirement (USES+=ncurses), plus ...
In addition to setting USES=ncurses:
  * align MASTER_SITES
  * align USES
  * change USES operator from += to =
  * line to libncurses rather than libtermcap
  * regenerate patches with makepatch

approved by:	infrastructure blanket
2016-02-04 14:48:06 +00:00

11 lines
210 B
Text

--- Makefile.in.orig 2013-04-04 16:55:06 UTC
+++ Makefile.in
@@ -17,7 +17,7 @@ CPPFLAGS = @CPPFLAGS@
EXEEXT = @EXEEXT@
O=o
-LIBS = @LIBS@
+LIBS = -lncurses
prefix = @prefix@
exec_prefix = @exec_prefix@