Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 19:37:13 +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: r426615 - head/misc/ytree
Message-ID:  <201611201937.uAKJbDNJ031680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov 20 19:37:13 2016
New Revision: 426615
URL: https://svnweb.freebsd.org/changeset/ports/426615

Log:
  misc/ytree: Document readline requirement and honor FLAGS
  
  After fixing the flags honoring, the LDFLAGS redefinition was no
  longer necessary.  The readline library requirement was undocumented.
  
  Approved by:	General blankets

Modified:
  head/misc/ytree/Makefile

Modified: head/misc/ytree/Makefile
==============================================================================
--- head/misc/ytree/Makefile	Sun Nov 20 19:22:31 2016	(r426614)
+++ head/misc/ytree/Makefile	Sun Nov 20 19:37:13 2016	(r426615)
@@ -12,9 +12,9 @@ COMMENT=	DOS-XTREE(tm) look-a-like file 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		ncurses
+USES=		ncurses readline
 ALL_TARGET=	ytree
-MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses -lcompat"
+LDFLAGS+=	-lreadline
 
 OPTIONS_DEFINE=	DOCS
 



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