diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-25 16:46:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-25 16:46:51 +0000 |
commit | 7af389b73004bfb839a8b1f4de370f215a490dfb (patch) | |
tree | 4602dfe2308686abde7f43b4fe1e87e105dda89c /cad | |
parent | Upgrade to 7.0. (diff) |
Canonicalize dependency on libpng
Notes
Notes:
svn path=/head/; revision=462964
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sumo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile index 0267249e3251..d841c6ab92fc 100644 --- a/cad/sumo/Makefile +++ b/cad/sumo/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libFOX-1.6.so:x11-toolkits/fox16 \ libfreetype.so:print/freetype2 \ libgdal.so:graphics/gdal \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libxerces-c.so:textproc/xerces-c3 |