diff options
| -rw-r--r-- | graphics/glfw/Makefile | 2 | ||||
| -rw-r--r-- | graphics/glfw/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index f13ea6a35fc7..921e46532af4 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Portable framework for OpenGL development LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/README.md +LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cmake:insource gl localbase zip USE_GL= glu diff --git a/graphics/glfw/pkg-descr b/graphics/glfw/pkg-descr index fd911403b575..a7a725c850f7 100644 --- a/graphics/glfw/pkg-descr +++ b/graphics/glfw/pkg-descr @@ -3,4 +3,4 @@ OpenGL ES application development. It provides a simple, platform-independent API for creating windows and contexts, reading input, handling events, etc. -WWW: http://www.glfw.org/ +WWW: https://www.glfw.org/ |
