svn commit: r400796 - head/graphics/imageworsener

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:14:20 UTC 2015


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>


More information about the svn-ports-all mailing list