diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-05 21:04:51 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-05 21:04:51 +0800 |
commit | ed964d6c244eb3ac8200b626a9e75ccd5ab10e83 (patch) | |
tree | 72b195fb8747824466162fd22e0588046f508762 /games/prboom | |
parent | 2ee9fe75be655de5cb302a266812dec39edcf0b1 (diff) | |
download | freebsd-ports-gnome-ed964d6c244eb3ac8200b626a9e75ccd5ab10e83.tar.gz freebsd-ports-gnome-ed964d6c244eb3ac8200b626a9e75ccd5ab10e83.tar.zst freebsd-ports-gnome-ed964d6c244eb3ac8200b626a9e75ccd5ab10e83.zip |
- Convert the last ".if" to options helpers
Reported by: jhale
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> |