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 /graphics/libpano13 | |
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 'graphics/libpano13')
-rw-r--r-- | graphics/libpano13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index fb3e698b86ec..4a6f8188a96c 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -13,7 +13,7 @@ COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USE_GNOME= gtk20 glib20 pango atk |