svn commit: r408113 - head/games/vitetris
John Marino
marino at FreeBSD.org
Thu Feb 4 22:31:39 UTC 2016
Author: marino
Date: Thu Feb 4 22:31:38 2016
New Revision: 408113
URL: https://svnweb.freebsd.org/changeset/ports/408113
Log:
games/vitetris: USES+= ncurses
Modified:
head/games/vitetris/Makefile
Modified: head/games/vitetris/Makefile
==============================================================================
--- head/games/vitetris/Makefile Thu Feb 4 22:22:30 2016 (r408112)
+++ head/games/vitetris/Makefile Thu Feb 4 22:31:38 2016 (r408113)
@@ -9,6 +9,7 @@ MASTER_SITES= http://victornils.net/tetr
MAINTAINER= ports at FreeBSD.org
COMMENT= Terminal-based Tetris clone in vein of Nintendo Tetris
+USES= ncurses
HAS_CONFIGURE= yes
ALL_TARGET= #
CONFIGURE_ARGS= --prefix=${PREFIX} --datarootdir=${PREFIX}/share \
More information about the svn-ports-head
mailing list