svn commit: r314841 - head/games/xconq

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 21 13:03:08 UTC 2013


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 at 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:


More information about the svn-ports-all mailing list