From 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 22 Jun 2015 18:33:20 +0000 Subject: Convert to USES=jpeg --- graphics/vigra/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/vigra') diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 1ba70fdf3751..0ae0c62d1cc6 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -57,8 +57,6 @@ CMAKE_ARGS+= -DWITH_VIGRANUMPY=0 PLIST_SUB+= PYTHON="@comment " .endif -.include - # Vigra's CMakeLists.txt does not support disabling those so we hook them # as dependencies here unconditionally (without OPTIONS=) even though if # they are not present then Vigra/CMake will do without them (they are not @@ -75,7 +73,7 @@ LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff .endif .if !defined(WITHOUT_VIGRA_JPEG) -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg +USES+= jpeg .endif .if !defined(WITHOUT_VIGRA_PNG) @@ -100,4 +98,4 @@ post-patch: # FIXME: This is ugly @${RM} ${WRKSRC}/include/vigra/*.orig -.include +.include -- cgit v1.2.3