svn commit: r408104 - head/games/lexter

John Marino marino at FreeBSD.org
Thu Feb 4 21:42:36 UTC 2016


Author: marino
Date: Thu Feb  4 21:42:35 2016
New Revision: 408104
URL: https://svnweb.freebsd.org/changeset/ports/408104

Log:
  games/lexter: USES+= ncurses

Modified:
  head/games/lexter/Makefile

Modified: head/games/lexter/Makefile
==============================================================================
--- head/games/lexter/Makefile	Thu Feb  4 21:41:49 2016	(r408103)
+++ head/games/lexter/Makefile	Thu Feb  4 21:42:35 2016	(r408104)
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--localstatedir=/var/games
-USES=		gettext
+USES=		gettext ncurses
 
 post-install:
 	@${MKDIR} ${STAGEDIR}/var/games


More information about the svn-ports-all mailing list