svn commit: r407912 - head/misc/dvorak7min

John Marino marino at FreeBSD.org
Tue Feb 2 23:35:32 UTC 2016


Author: marino
Date: Tue Feb  2 23:35:31 2016
New Revision: 407912
URL: https://svnweb.freebsd.org/changeset/ports/407912

Log:
  misc/dvorak7min: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses instead of libcurses

Modified:
  head/misc/dvorak7min/Makefile

Modified: head/misc/dvorak7min/Makefile
==============================================================================
--- head/misc/dvorak7min/Makefile	Tue Feb  2 23:34:54 2016	(r407911)
+++ head/misc/dvorak7min/Makefile	Tue Feb  2 23:35:31 2016	(r407912)
@@ -14,7 +14,9 @@ COMMENT=	Ncurses-based Dvorak typing tut
 
 LICENSE=	GPLv2+
 
+USES=		ncurses
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list