svn commit: r349673 - head/graphics/gd

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 30 19:48:12 UTC 2014


Author: dinoex
Date: Sun Mar 30 19:48:11 2014
New Revision: 349673
URL: http://svnweb.freebsd.org/changeset/ports/349673
QAT: https://qat.redports.org/buildarchive/r349673/

Log:
  - add USES=tar:xz
  - cleanup GNU_CONFIGURE_ARGS for iconv

Modified:
  head/graphics/gd/Makefile

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Sun Mar 30 19:47:04 2014	(r349672)
+++ head/graphics/gd/Makefile	Sun Mar 30 19:48:11 2014	(r349673)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 
 CONFLICTS=	bazaar-1.*
 
-USE_XZ=		yes
-USES=		pkgconfig
+USES=		tar:xz pkgconfig
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_ENV=	PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig
 GNU_CONFIGURE_ARGS=
@@ -31,9 +30,7 @@ NO_OPTIONS_SORT=yes
 FONTCONFIG_LIB_DEPENDS+=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 FONTCONFIG_CONFIGURE_OFF=	--with-fontconfig=no
 ICONV_USES=	iconv
-ICONV_CONFIGURE_WITH=	libiconv
 ICONV_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
-ICONV_CONFIGURE_OFF=	--with-libiconv-prefix=no
 VPX_LIB_DEPENDS=	libvpx.so:${PORTSDIR}/multimedia/libvpx
 VPX_CONFIGURE_OFF=	--without-vpx
 XPM_USE=	xorg=xpm,x11


More information about the svn-ports-head mailing list