Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400796 - head/graphics/imageworsener
Message-ID:  <201511042014.tA4KEJ0n063080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:14:19 2015
New Revision: 400796
URL: https://svnweb.freebsd.org/changeset/ports/400796

Log:
  - Cleanup Makefile

Modified:
  head/graphics/imageworsener/Makefile

Modified: head/graphics/imageworsener/Makefile
==============================================================================
--- head/graphics/imageworsener/Makefile	Wed Nov  4 20:14:14 2015	(r400795)
+++ head/graphics/imageworsener/Makefile	Wed Nov  4 20:14:19 2015	(r400796)
@@ -24,14 +24,11 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
 
-JPEG_CONFIGURE_OFF=	--without-jpeg
-JPEG_CONFIGURE_ON=	--with-jpeg-include-dir=${LOCALBASE}/include --with-jpeg-lib-dir=${LOCALBASE}/lib
+JPEG_CONFIGURE_WITH=	jpeg
 JPEG_USES=		jpeg
-PNG_CONFIGURE_OFF=	--without-png
-PNG_CONFIGURE_ON=	--with-png-include-dir=${LOCALBASE}/include --with-png-lib-dir=${LOCALBASE}/lib
+PNG_CONFIGURE_WITH=	png
 PNG_LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
-WEBP_CONFIGURE_OFF=	--without-webp
-WEBP_CONFIGURE_ON=	--with-webp-include-dir=${LOCALBASE}/include --with-webp-lib-dir=${LOCALBASE}/lib
+WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}/graphics/webp
 
 .include <bsd.port.mk>



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