svn commit: r512609 - head/graphics/gd

Tobias Kortkamp tobik at FreeBSD.org
Mon Sep 23 05:18:50 UTC 2019


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


More information about the svn-ports-all mailing list