summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/guichan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile
index a6a76781e566..9bec23a130a9 100644
--- a/devel/guichan/Makefile
+++ b/devel/guichan/Makefile
@@ -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>