diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
commit | e580b8463cb94874e758706ab6afe07b5bee5fdc (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /science | |
parent | bae2105642e1e3e48d2116624a614b5993629c5a (diff) | |
download | freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.gz freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.zst freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index d385e14fccdd..a28c7c640867 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libcharls.so:devel/dcmtk \ libdcmjpls.so:devel/dcmtk \ libsqlite3.so:databases/sqlite3 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml |