Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 19:56:57 +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: r408086 - head/games/bsdrain
Message-ID:  <201602041956.u14JuvDt002288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 19:56:57 2016
New Revision: 408086
URL: https://svnweb.freebsd.org/changeset/ports/408086

Log:
  games/bsdrain: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libcurses
  
  approved by:	infrastructure blanket

Modified:
  head/games/bsdrain/Makefile

Modified: head/games/bsdrain/Makefile
==============================================================================
--- head/games/bsdrain/Makefile	Thu Feb  4 19:53:58 2016	(r408085)
+++ head/games/bsdrain/Makefile	Thu Feb  4 19:56:57 2016	(r408086)
@@ -14,6 +14,7 @@ COMMENT=	The original BSD rain program, 
 PLIST_FILES=	bin/rain \
 		man/man6/rain.6.gz
 
-USES=		tar:bzip2 uidfix
+USES=		ncurses tar:bzip2 uidfix
+MAKE_ARGS=	LDADD="-lncurses"
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041956.u14JuvDt002288>