Date: Wed, 3 Feb 2016 00:14:24 +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: r407924 - head/misc/nsf Message-ID: <201602030014.u130EOD1021490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 3 00:14:24 2016 New Revision: 407924 URL: https://svnweb.freebsd.org/changeset/ports/407924 Log: misc/nsf: document ncurses rqmt (USES+=ncurses), respect LDFLAGS Modified: head/misc/nsf/Makefile Modified: head/misc/nsf/Makefile ============================================================================== --- head/misc/nsf/Makefile Wed Feb 3 00:13:59 2016 (r407923) +++ head/misc/nsf/Makefile Wed Feb 3 00:14:24 2016 (r407924) @@ -9,7 +9,9 @@ MASTER_SITES= LOCAL/will MAINTAINER= ports@FreeBSD.org COMMENT= NAKAMURA's Shell Form input +USES= ncurses WRKSRC= ${WRKDIR} +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/nsf man/man1/nsf.1.gz ALL_TARGET=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030014.u130EOD1021490>