ports/sysutils/reed/files/patch-cfg.data
John Marino 8367a132e5 sysutils/reed: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with libncurses, not libcurses

approved by:	infrastructure blanket
2016-02-04 18:05:07 +00:00

10 lines
287 B
Text

--- cfg.data.orig 2002-11-09 00:59:08 UTC
+++ cfg.data
@@ -1,6 +1,6 @@
PROGNAME="Reed"
VERSION="5.4"
PROGRAMS="perl fold"
-LIBS="c curses"
+LIBS="c ncurses"
PM="Getopt/Std Text/Wrap"
HEADERS="sys/dir.h sys/stat.h ctype.h curses.h dirent.h getopt.h regex.h limits.h time.h unistd.h"