svn commit: r323726 - head/games/cube
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 14:41:03 UTC 2013
Author: bapt
Date: Fri Jul 26 14:41:03 2013
New Revision: 323726
URL: http://svnweb.freebsd.org/changeset/ports/323726
Log:
Fix build with newer binutils
Modified:
head/games/cube/Makefile
Modified: head/games/cube/Makefile
==============================================================================
--- head/games/cube/Makefile Fri Jul 26 14:33:13 2013 (r323725)
+++ head/games/cube/Makefile Fri Jul 26 14:41:03 2013 (r323726)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.
USE_ZIP= yes
USE_DOS2UNIX= yes
-USE_GMAKE= yes
+USES= gmake
ALL_TARGET= #
MAKE_JOBS_SAFE= yes
@@ -44,6 +44,7 @@ USE_GL= glu
USE_SDL= image mixer sdl
ALL_TARGET+= client
CUBE_BIN+= client
+LDFLAGS= -lX11
PLIST_SUB+= CLIENT=""
.else
PLIST_SUB+= CLIENT="@comment "
More information about the svn-ports-head
mailing list