svn commit: r318789 - head/devel/guichan

Marcus von Appen mva at FreeBSD.org
Wed May 22 19:19:04 UTC 2013


Author: mva
Date: Wed May 22 19:19:03 2013
New Revision: 318789
URL: http://svnweb.freebsd.org/changeset/ports/318789

Log:
  - Enable OPENGL by default, since several ports rely on it
  - Bump PORTREVISION
  
  PR:		ports/178840
  Submitted by:	amdmi@

Modified:
  head/devel/guichan/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Wed May 22 18:39:37 2013	(r318788)
+++ head/devel/guichan/Makefile	Wed May 22 19:19:03 2013	(r318789)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guichan
 PORTVERSION=	0.8.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel games
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -20,7 +20,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=		SDL ALLEGRO OPENGL
-OPTIONS_DEFAULT=	SDL
+OPTIONS_DEFAULT=	SDL OPENGL
 ALLEGRO_DESC=	Allegro support
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list