Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 13:04:51 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332846 - head/games/prboom
Message-ID:  <201311051304.rA5D4pYh071936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Nov  5 13:04:51 2013
New Revision: 332846
URL: http://svnweb.freebsd.org/changeset/ports/332846

Log:
  - Convert the last ".if" to options helpers
  
  Reported by:	jhale

Modified:
  head/games/prboom/Makefile

Modified: head/games/prboom/Makefile
==============================================================================
--- head/games/prboom/Makefile	Tue Nov  5 13:01:55 2013	(r332845)
+++ head/games/prboom/Makefile	Tue Nov  5 13:04:51 2013	(r332846)
@@ -26,13 +26,8 @@ DATADIR=	${DMDIR}
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 OPENGL_CONFIGURE_ENABLE=	gl
+OPENGL_USE=	GL=yes
 
 .include "${.CURDIR}/../doom-data/Makefile.include"
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPENGL}
-USE_GL=		yes
-.endif
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051304.rA5D4pYh071936>