- Convert the last ".if" to options helpers

Reported by:	jhale
This commit is contained in:
Danilo Egea Gondolfo 2013-11-05 13:04:51 +00:00
parent af2c66f206
commit 0993b7dd3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332846

View File

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