diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
commit | 07faea058d25239040eaa912a331e5cc33588f1a (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /graphics/goxel | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) | |
download | ports-07faea058d25239040eaa912a331e5cc33588f1a.tar.gz ports-07faea058d25239040eaa912a331e5cc33588f1a.zip |
Notes
Diffstat (limited to 'graphics/goxel')
-rw-r--r-- | graphics/goxel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goxel/Makefile b/graphics/goxel/Makefile index 3aa349dd547d..fa3af01874b6 100644 --- a/graphics/goxel/Makefile +++ b/graphics/goxel/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libargp.so:devel/argp-standalone \ libglfw.so:graphics/glfw \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= compiler:c++11-lang pkgconfig scons USE_GITHUB= yes |