svn commit: r317939 - head/games/fuhquake

Alexey Dokuchaev danfe at FreeBSD.org
Sun May 12 08:49:11 UTC 2013


Author: danfe
Date: Sun May 12 08:49:10 2013
New Revision: 317939
URL: http://svnweb.freebsd.org/changeset/ports/317939

Log:
  Sort OPTIONS knobs around a bit; add missing CLIENT_DESC.

Modified:
  head/games/fuhquake/Makefile

Modified: head/games/fuhquake/Makefile
==============================================================================
--- head/games/fuhquake/Makefile	Sun May 12 08:46:19 2013	(r317938)
+++ head/games/fuhquake/Makefile	Sun May 12 08:49:10 2013	(r317939)
@@ -24,13 +24,14 @@ WRKSRC=		${WRKDIR}/source
 DATADIR=	${Q1DIR}
 MAKE_ENV=	DATADIR="${DATADIR}"
 
+OPTIONS_DEFINE=		HUD OPTIMIZED_CFLAGS XMMS DOCS
 OPTIONS_MULTI=		CLIENT
 OPTIONS_MULTI_CLIENT=	GLX X11
-OPTIONS_DEFINE_i386=	ASM
-OPTIONS_DEFINE=		HUD OPTIMIZED_CFLAGS XMMS DOCS
 OPTIONS_DEFAULT=	GLX OPTIMIZED_CFLAGS X11 DOCS
+OPTIONS_DEFINE_i386=	ASM
 OPTIONS_DEFAULT_i386=	ASM
 
+CLIENT_DESC=	Clients
 GLX_DESC=	Build GLX client
 X11_DESC=	Build X11 client
 HUD_DESC=	Install high quality HUD images


More information about the svn-ports-head mailing list