Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 13:03:07 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314841 - head/games/xconq
Message-ID:  <201303211303.r2LD37kV078957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211303.r2LD37kV078957>