1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Enable OPENGL by default, since several ports rely on it

- Bump PORTREVISION

PR:		ports/178840
Submitted by:	amdmi@
This commit is contained in:
Marcus von Appen 2013-05-22 19:19:03 +00:00
parent 87e60f9c74
commit 6b1c890fb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318789

View File

@ -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>