From owner-svn-ports-all@FreeBSD.ORG Mon May 13 16:46:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C6AA7FB8; Mon, 13 May 2013 16:46:51 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B710181D; Mon, 13 May 2013 16:46:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DGkp2N097203; Mon, 13 May 2013 16:46:51 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DGkpWD097202; Mon, 13 May 2013 16:46:51 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201305131646.r4DGkpWD097202@svn.freebsd.org> From: Marcus von Appen Date: Mon, 13 May 2013 16:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318121 - head/devel/guichan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 16:46:51 -0000 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