svn commit: r408086 - head/games/bsdrain

John Marino marino at FreeBSD.org
Thu Feb 4 19:56:58 UTC 2016


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>


More information about the svn-ports-all mailing list