diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-24 13:53:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-24 13:53:49 +0000 |
commit | b476b591b068f83a16d37fcc7d63d5bf07d549b1 (patch) | |
tree | 8ed538ab89554a7ad00c714cc7f16eac5e19b8f7 | |
parent | - Update to 0.3.68 (diff) |
- Add LICENSE
-rw-r--r-- | graphics/glpng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/glpng/Makefile b/graphics/glpng/Makefile index bdaf0fa81b31..6a6cc39dfe7f 100644 --- a/graphics/glpng/Makefile +++ b/graphics/glpng/Makefile @@ -12,6 +12,8 @@ DISTNAME= glpng MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to easily load PNG files as an OpenGL textures +LICENSE= ZLIB + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USE_GL= gl |