diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /graphics/gdk-pixbuf2/Makefile | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes:
svn path=/head/; revision=375594
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 18a524750c91..c2b9a9c83cf5 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -30,7 +30,7 @@ JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper JPEG_CONFIGURE_WITPNGH= libjpeg JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg PNG_CONFIGURE_WITH= libpng -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png TIFF_CONFIGURE_WITH= libtiff TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff |