diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
| commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
| tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/fpc-opengl | |
| parent | Update to 2.6.1 (diff) | |
graphics: Add missing USES={gl,gnome,sdl}
Notes
Notes:
svn path=/head/; revision=517071
Diffstat (limited to 'graphics/fpc-opengl')
| -rw-r--r-- | graphics/fpc-opengl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index d52930a2f556..a027d9d6750b 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -16,6 +16,7 @@ OPTIONS_DEFINE= EXAMPLES OPENGL OPENGL_DESC= Install opengl libraries OPTIONS_DEFAULT= OPENGL +OPENGL_USES= gl OPENGL_USE= GL=glut HAVE_EXAMPLES= yes |
