Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 16:46:51 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318121 - head/devel/guichan
Message-ID:  <201305131646.r4DGkpWD097202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon May 13 16:46:51 2013
New Revision: 318121
URL: http://svnweb.freebsd.org/changeset/ports/318121

Log:
  - Set SDL as default OPTION, since SDL support is required by other ports
  
  Reported by:	miwi
  Submitted by:	ak

Modified:
  head/devel/guichan/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Mon May 13 16:41:52 2013	(r318120)
+++ head/devel/guichan/Makefile	Mon May 13 16:46:51 2013	(r318121)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guichan
 PORTVERSION=	0.8.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel games
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -19,7 +19,8 @@ USES=	pathfix
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	SDL ALLEGRO OPENGL
+OPTIONS_DEFINE=		SDL ALLEGRO OPENGL
+OPTIONS_DEFAULT=	SDL
 ALLEGRO_DESC=	Allegro support
 
 .include <bsd.port.options.mk>



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