1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Set SDL as default OPTION, since SDL support is required by other ports

Reported by:	miwi
Submitted by:	ak
This commit is contained in:
Marcus von Appen 2013-05-13 16:46:51 +00:00
parent c4f4ab6886
commit 16a1f36922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318121

View File

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