aboutsummaryrefslogtreecommitdiff
path: root/misc/ytree
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-20 19:38:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-20 19:38:55 +0000
commitce791019c2315638c820c29a69eacfa078dac345 (patch)
treed650c3d56e879f47e5959979f43735a09467b25b /misc/ytree
parent641e0abb935c02594120e195e4e008dcf8dec12c (diff)
downloadports-ce791019c2315638c820c29a69eacfa078dac345.tar.gz
ports-ce791019c2315638c820c29a69eacfa078dac345.zip
misc/ytree: Document readline rqmt and honor FLAGS (forgotten patch)
This patch update belongs with the previous commit.
Notes
Notes: svn path=/head/; revision=426616
Diffstat (limited to 'misc/ytree')
-rw-r--r--misc/ytree/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ytree/files/patch-Makefile b/misc/ytree/files/patch-Makefile
index 47fa13226dc1..22df1aec1625 100644
--- a/misc/ytree/files/patch-Makefile
+++ b/misc/ytree/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig
+--- Makefile.orig 2016-09-04 17:18:17 UTC
+++ Makefile
-@@ -87,8 +87,8 @@
+@@ -87,8 +87,8 @@ LDFLAGS += -lncurses -lreadline
###########################
# FreeBSD (Thanks to Peter Brevik)
###########################
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
-#LDFLAGS = -lncurses -lcompat
-+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
-+LDFLAGS = -lncurses -lcompat
++CFLAGS += -DCOLOR_SUPPORT -DNCURSES
++LDFLAGS += -lncurses -lcompat
###########################
# MAC OS X