svn commit: r332846 - head/games/prboom
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Nov 5 13:04:51 UTC 2013
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>
More information about the svn-ports-head
mailing list