svn commit: r326851 - head/graphics/webp

Martin Matuska mm at FreeBSD.org
Mon Sep 9 22:52:21 UTC 2013


Author: mm
Date: Mon Sep  9 22:52:20 2013
New Revision: 326851
URL: http://svnweb.freebsd.org/changeset/ports/326851

Log:
  graphics/webp: do not depend on explicit jpeg library version
  
  PR:		ports/181270
  Submitted by:	myself
  Approved by: 	maintainer (timeout)

Modified:
  head/graphics/webp/Makefile

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Mon Sep  9 22:49:20 2013	(r326850)
+++ head/graphics/webp/Makefile	Mon Sep  9 22:52:20 2013	(r326851)
@@ -14,7 +14,7 @@ DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 MAINTAINER=	johans at 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


More information about the svn-ports-head mailing list