svn commit: r408000 - head/sysutils/44bsd-more
John Marino
marino at FreeBSD.org
Wed Feb 3 22:38:53 UTC 2016
Author: marino
Date: Wed Feb 3 22:38:51 2016
New Revision: 408000
URL: https://svnweb.freebsd.org/changeset/ports/408000
Log:
sysutils/44bsd-more: document ncurses requirement (USES+=ncurses)
Also link with libncurses rather than libtermcap
approved by: infrastructure blanket
Modified:
head/sysutils/44bsd-more/Makefile
Modified: head/sysutils/44bsd-more/Makefile
==============================================================================
--- head/sysutils/44bsd-more/Makefile Wed Feb 3 22:31:57 2016 (r407999)
+++ head/sysutils/44bsd-more/Makefile Wed Feb 3 22:38:51 2016 (r408000)
@@ -9,10 +9,11 @@ MASTER_SITES= LOCAL/cy
MAINTAINER= cy at FreeBSD.org
COMMENT= The pager installed with FreeBSD before less(1) was imported
-USES= tar:bzip2
+USES= ncurses tar:bzip2
NO_WRKSUBDIR= yes
CFLAGS= -Wno-return-type
+MAKE_ARGS= LDADD="-lncurses"
RELDATE= 20000521
More information about the svn-ports-all
mailing list