svn commit: r408097 - head/games/freesweep

John Marino marino at FreeBSD.org
Thu Feb 4 21:22:57 UTC 2016


Author: marino
Date: Thu Feb  4 21:22:55 2016
New Revision: 408097
URL: https://svnweb.freebsd.org/changeset/ports/408097

Log:
  games/freesweep: USES+= ncurses

Modified:
  head/games/freesweep/Makefile

Modified: head/games/freesweep/Makefile
==============================================================================
--- head/games/freesweep/Makefile	Thu Feb  4 21:16:34 2016	(r408096)
+++ head/games/freesweep/Makefile	Thu Feb  4 21:22:55 2016	(r408097)
@@ -13,7 +13,7 @@ COMMENT=	Minesweeper-style game for text
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-prefsdir=${DATADIR} \
 		--with-scoresdir=${DATADIR} \


More information about the svn-ports-all mailing list