svn commit: r426532 - in head: editors/wordgrinder emulators/kcemu

John Marino marino at FreeBSD.org
Sat Nov 19 19:29:03 UTC 2016


Author: marino
Date: Sat Nov 19 19:29:01 2016
New Revision: 426532
URL: https://svnweb.freebsd.org/changeset/ports/426532

Log:
  emulators/kcemu, editors/wordgrinder: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/editors/wordgrinder/Makefile
  head/emulators/kcemu/Makefile

Modified: head/editors/wordgrinder/Makefile
==============================================================================
--- head/editors/wordgrinder/Makefile	Sat Nov 19 18:50:11 2016	(r426531)
+++ head/editors/wordgrinder/Makefile	Sat Nov 19 19:29:01 2016	(r426532)
@@ -13,7 +13,7 @@ RUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:dev
 USE_GITHUB=	yes
 GH_ACCOUNT=	davidgiven
 
-USES=		gmake lua:52
+USES=		gmake lua:52 ncurses
 
 PLIST_FILES=	bin/wordgrinder \
 		share/doc/wordgrinder/README.wg \

Modified: head/emulators/kcemu/Makefile
==============================================================================
--- head/emulators/kcemu/Makefile	Sat Nov 19 18:50:11 2016	(r426531)
+++ head/emulators/kcemu/Makefile	Sat Nov 19 19:29:01 2016	(r426532)
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libaudiofile.so:audio/libau
 GNU_CONFIGURE=	yes
 USE_XORG=	xmu
 USE_GNOME=	gtk20
-USES=		gettext pkgconfig
+USES=		gettext ncurses pkgconfig
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 WRKSRC=		${WRKDIR}/KCemu-${PORTVERSION}


More information about the svn-ports-head mailing list