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 /databases | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) | |
download | ports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.tar.gz ports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | databases/rrdtool/Makefile | 2 | ||||
-rw-r--r-- | databases/rrdtool12/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index b833c8705a36..9fabfd5f9577 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -27,7 +27,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libproj.so:${PORTSDIR}/graphics/proj \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfftw3.so:${PORTSDIR}/math/fftw3 \ diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 8ccad9dd1e1e..dc5fce834d84 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -78,7 +78,7 @@ EXTRA_PATCHES+= ${FILESDIR}/thirdparty-json.diff .if ${PORT_OPTIONS:MGRAPH} LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png USE_GNOME+= cairo pango PLIST_SUB+= WITH_GRAPH="" .else diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 51224575fb04..beb6961dee81 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -13,7 +13,7 @@ COMMENT= Round Robin Database Tools v1.2 LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libart_lgpl_2.so:${PORTSDIR}/graphics/libart_lgpl \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png CONFLICTS= rrdtool10-* rrdtool-1.* |