svn commit: r318121 - head/devel/guichan
Marcus von Appen
mva at FreeBSD.org
Mon May 13 16:46:51 UTC 2013
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>
More information about the svn-ports-all
mailing list