mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
- Use USES=ncurses - Use USES=readline:port because tig requires readline 6.2+ Changes: http://jonas.nitro.dk/tig/NEWS.html PR: ports/189539 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: Wei Guo <darcsis@gmail.com> (maintainer)
11 lines
318 B
Text
11 lines
318 B
Text
--- ./config.make.in.orig 2014-05-10 09:51:50.000000000 +0800
|
|
+++ ./config.make.in 2014-05-10 09:53:07.000000000 +0800
|
|
@@ -12,7 +12,7 @@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H
|
|
LDFLAGS = @LDFLAGS@
|
|
-LDLIBS = @LIBS@ @CURSES_LIB@
|
|
+LDLIBS = @CURSES_LIB@ @LIBS@
|
|
|
|
ASCIIDOC = @ASCIIDOC@
|
|
XMLTO = @XMLTO@
|