svn commit: r407596 - head/games/omega

John Marino marino at FreeBSD.org
Sun Jan 31 09:13:20 UTC 2016


Author: marino
Date: Sun Jan 31 09:13:19 2016
New Revision: 407596
URL: https://svnweb.freebsd.org/changeset/ports/407596

Log:
  games/omega: document ncurses requirement (USES+=ncurses)

Modified:
  head/games/omega/Makefile

Modified: head/games/omega/Makefile
==============================================================================
--- head/games/omega/Makefile	Sun Jan 31 09:04:46 2016	(r407595)
+++ head/games/omega/Makefile	Sun Jan 31 09:13:19 2016	(r407596)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Complex rogue-style game of dungeon exploration
 
-USES=		gmake
+USES=		gmake ncurses
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	# empty
 CFLAGS+=	-Wno-return-type


More information about the svn-ports-head mailing list