Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:38:52 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408000 - head/sysutils/44bsd-more
Message-ID:  <201602032238.u13Mcqlv019690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602032238.u13Mcqlv019690>