Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 05:18:50 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512609 - head/graphics/gd
Message-ID:  <201909230518.x8N5IoXP095379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Sep 23 05:18:49 2019
New Revision: 512609
URL: https://svnweb.freebsd.org/changeset/ports/512609

Log:
  graphics/gd: Do not set WEBP_LIB_DEPENDS twice

Modified:
  head/graphics/gd/Makefile

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Mon Sep 23 04:36:13 2019	(r512608)
+++ head/graphics/gd/Makefile	Mon Sep 23 05:18:49 2019	(r512609)
@@ -35,7 +35,6 @@ JPEG_CPPFLAGS=		-I${LOCALBASE}/include
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 WEBP_CONFIGURE_OFF=	--without-webp
 WEBP_CPPFLAGS=		-I${LOCALBASE}/include
-WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
 TIFF_CONFIGURE_OFF=	--without-tiff
 TIFF_CPPFLAGS=		-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909230518.x8N5IoXP095379>