aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
commit7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /sysutils
parentbfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff)
downloadports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.tar.gz
ports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/graffer/Makefile2
-rw-r--r--sysutils/jfbterm/Makefile2
-rw-r--r--sysutils/logstalgia/Makefile2
-rw-r--r--sysutils/tracker/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/graffer/Makefile b/sysutils/graffer/Makefile
index 86820c4b289b..48971ac895dd 100644
--- a/sysutils/graffer/Makefile
+++ b/sysutils/graffer/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= koue@chaosophia.net
COMMENT= Utility to render graphical statistics
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
PLIST_FILES= bin/graffer \
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile
index 57d0dffb92bd..86d695e6a009 100644
--- a/sysutils/jfbterm/Makefile
+++ b/sysutils/jfbterm/Makefile
@@ -58,7 +58,7 @@ MAKE_ENV+= WITHOUT_ICONV=
.if ${PORT_OPTIONS:MPNG}
. if !defined(NO_SHARED)
-LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
. else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png
. endif
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile
index 33b47db36282..f6fe347c5687 100644
--- a/sysutils/logstalgia/Makefile
+++ b/sysutils/logstalgia/Makefile
@@ -13,7 +13,7 @@ COMMENT= Website access log visualization tool
LICENSE= GPLv3
LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpcre.so:${PORTSDIR}/devel/pcre
diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile
index a3a72c1dc057..c73ed30b381a 100644
--- a/sysutils/tracker/Makefile
+++ b/sysutils/tracker/Makefile
@@ -121,7 +121,7 @@ PLIST_SUB+= DOCUMENT_MINERS="@comment "
.if ${PORT_OPTIONS:MGRAPHIC_MINERS}
LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif \
libgif.so:${PORTSDIR}/graphics/giflib \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
CONFIGURE_ARGS+= --enable-libgif \
--enable-libjpeg \