games/xconq has an extra else in the Makefile. BMAKE warns about it. Patch to fix it attached. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: bdrewery Date: Thu Mar 21 13:03:07 2013 New Revision: 314841 URL: http://svnweb.freebsd.org/changeset/ports/314841 Log: - Remove excess .else statement causing warning with bmake PR: ports/177190 Submitted by: John Marino <draco@marino.st> Modified: head/games/xconq/Makefile Modified: head/games/xconq/Makefile ============================================================================== --- head/games/xconq/Makefile Thu Mar 21 12:59:40 2013 (r314840) +++ head/games/xconq/Makefile Thu Mar 21 13:03:07 2013 (r314841) @@ -46,7 +46,6 @@ USE_TK= yes CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \ --with-tkconfig=${TK_LIBDIR} PLIST_SUB+= NOSDL="" -.else .endif post-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"