Date: Fri, 5 Feb 2016 16:14:06 +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: r408217 - head/vietnamese/vnless Message-ID: <201602051614.u15GE6mt069608@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051614.u15GE6mt069608>