svn commit: r316704 - head/devel/guichan
Marcus von Appen
mva at FreeBSD.org
Sun Apr 28 07:40:40 UTC 2013
Author: mva
Date: Sun Apr 28 07:40:39 2013
New Revision: 316704
URL: http://svnweb.freebsd.org/changeset/ports/316704
Log:
- Fix OPENGL port option
Submitted by: green dog <fiziologus at gmail.com>
Modified:
head/devel/guichan/Makefile
Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile Sun Apr 28 06:46:43 2013 (r316703)
+++ head/devel/guichan/Makefile Sun Apr 28 07:40:39 2013 (r316704)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--disable-allegro
PLIST_SUB+= ALLEGRO="@comment "
.endif
-.if ${PORT_OPTIONS:MGL}
+.if ${PORT_OPTIONS:MOPENGL}
USE_GL= yes
CONFIGURE_ARGS+=--enable-opengl
PLIST_SUB+= GL=""
More information about the svn-ports-all
mailing list