svn commit: r408217 - head/vietnamese/vnless

John Marino marino at FreeBSD.org
Fri Feb 5 16:14:07 UTC 2016


Author: marino
Date: Fri Feb  5 16:14:05 2016
New Revision: 408217
URL: https://svnweb.freebsd.org/changeset/ports/408217

Log:
  vietnamese/vnless: USES+= ncurses, link with libncurses (not termcap)

Modified:
  head/vietnamese/vnless/Makefile

Modified: head/vietnamese/vnless/Makefile
==============================================================================
--- head/vietnamese/vnless/Makefile	Fri Feb  5 16:12:13 2016	(r408216)
+++ head/vietnamese/vnless/Makefile	Fri Feb  5 16:14:05 2016	(r408217)
@@ -11,7 +11,9 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Pager utility that speaks Vietnamese
 
+USES=		ncurses
 ALL_TARGET=	clobber all
+MAKE_ARGS=	LIBS="-lncurses -lc"
 CFLAGS+=	-Wno-return-type
 
 PLIST_FILES=	bin/vnless \


More information about the svn-ports-all mailing list