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 /net-mgmt | |
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 'net-mgmt')
-rw-r--r-- | net-mgmt/driftnet/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 31d6ddb611f9..f3510ada8451 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib \ - libpng16.so:graphics/png + libpng.so:graphics/png BUILD_DEPENDS= makedepend:devel/makedepend GNU_CONFIGURE= yes diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 722abc4b843f..292a740f0b1d 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -16,7 +16,7 @@ COMMENT= Powerful network monitoring system LICENSE= GPLv2 LIB_DEPENDS= libltdl.so:devel/libltdl \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libgd.so:graphics/gd USES= cpe gmake jpeg perl5 |