diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-16 16:05:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-16 16:05:28 +0000 |
commit | e19903f0aea4d3e3b020dfeb7917e5da969abe6f (patch) | |
tree | af3dcd22e084ce9821b354f102726fb6b290181e /comms | |
parent | a8386f0b2645ad78a65832daf838a5a141c4e907 (diff) | |
download | freebsd-ports-e19903f0aea4d3e3b020dfeb7917e5da969abe6f.zip |
Clean up LIB_DEPENDS
Diffstat (limited to 'comms')
-rw-r--r-- | comms/geoid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/geoid/Makefile b/comms/geoid/Makefile index a05eeb3b12d3..745ecaeec3b2 100644 --- a/comms/geoid/Makefile +++ b/comms/geoid/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= gmake jpeg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender |