svn commit: r407924 - head/misc/nsf

John Marino marino at FreeBSD.org
Wed Feb 3 00:14:25 UTC 2016


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 at 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=
 


More information about the svn-ports-all mailing list