svn commit: r407774 - head/chinese/ve

John Marino marino at FreeBSD.org
Mon Feb 1 21:13:12 UTC 2016


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


More information about the svn-ports-all mailing list