aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-09-10 06:52:20 +0800
committermm <mm@FreeBSD.org>2013-09-10 06:52:20 +0800
commit441172f45abb136616a4fe98aa7bd602b0a249c6 (patch)
tree82c5454f65e3cbd39a57993e7b87cd8e767c9558 /graphics
parentb559366d3bd034e996a2a1175113f31a5e65e257 (diff)
downloadfreebsd-ports-gnome-441172f45abb136616a4fe98aa7bd602b0a249c6.tar.gz
freebsd-ports-gnome-441172f45abb136616a4fe98aa7bd602b0a249c6.tar.zst
freebsd-ports-gnome-441172f45abb136616a4fe98aa7bd602b0a249c6.zip
graphics/webp: do not depend on explicit jpeg library version
PR: ports/181270 Submitted by: myself Approved by: maintainer (timeout)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/webp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index c4113e0ffa95..ec762aeb3aaa 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -14,7 +14,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Google WebP image format conversion tool
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
USE_LDCONFIG= yes