svn commit: r336099 - head/games

Antoine Brodin antoine at FreeBSD.org
Tue Dec 10 19:42:43 UTC 2013


Author: antoine
Date: Tue Dec 10 19:42:41 2013
New Revision: 336099
URL: http://svnweb.freebsd.org/changeset/ports/336099

Log:
  Fix INDEX build

Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Tue Dec 10 19:42:07 2013	(r336098)
+++ head/games/Makefile	Tue Dec 10 19:42:41 2013	(r336099)
@@ -255,7 +255,8 @@
     SUBDIR += filters
     SUBDIR += fishsupper
     SUBDIR += fkiss
-    SUBDIR += flare
+    SUBDIR += flare-engine
+    SUBDIR += flare-game
     SUBDIR += flightgear
     SUBDIR += flightgear-aircraft
     SUBDIR += flightgear-data


More information about the svn-ports-head mailing list