diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-23 13:18:49 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-23 13:18:49 +0800 |
commit | a42cb74c314427a3758bdba40045df6b6d05a9fd (patch) | |
tree | 3506d8e13dc44222172fc1f5ceef4cd877f45e76 /graphics | |
parent | 8806fe9dc55fc9e565befdf212d1c21538cc4158 (diff) | |
download | freebsd-ports-gnome-a42cb74c314427a3758bdba40045df6b6d05a9fd.tar.gz freebsd-ports-gnome-a42cb74c314427a3758bdba40045df6b6d05a9fd.tar.zst freebsd-ports-gnome-a42cb74c314427a3758bdba40045df6b6d05a9fd.zip |
graphics/gd: Do not set WEBP_LIB_DEPENDS twice
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index f36771c93f19..a552bbb50cbb 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -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 |