Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2016 21:13:11 +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: r407774 - head/chinese/ve
Message-ID:  <201602012113.u11LDBtc031939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Feb  1 21:13:11 2016
New Revision: 407774
URL: https://svnweb.freebsd.org/changeset/ports/407774

Log:
  chinese/ve: document ncurses requirement (USES+=ncurses), respect LDFLAGS
  
  Also link with libncurses, not libtermcap
  
  approved by:	infrastructure blanket

Modified:
  head/chinese/ve/Makefile

Modified: head/chinese/ve/Makefile
==============================================================================
--- head/chinese/ve/Makefile	Mon Feb  1 20:41:29 2016	(r407773)
+++ head/chinese/ve/Makefile	Mon Feb  1 21:13:11 2016	(r407774)
@@ -13,7 +13,8 @@ COMMENT=	NTHU-CS Maple BBS 2.36 BBS-like
 LICENSE=	GPLv1 GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-MAKE_ARGS=	CC="${CC}"
+USES=		ncurses
+MAKE_ARGS=	CC="${CC}" LIBS="${LDFLAGS} -lncurses"
 
 PLIST_FILES=	bin/ve \
 		%%DATADIR%%/ve.hlp



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