diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 13:04:51 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-05 13:04:51 +0000 |
commit | 0993b7dd3a07b9ada7aa65a34eee60cd0bf50223 (patch) | |
tree | 72b195fb8747824466162fd22e0588046f508762 /games/prboom | |
parent | af2c66f206862dfb8f278732c7a18ddd0700015a (diff) |
Notes
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index cf8f16780201..352492c35b29 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -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> |