From 19115f181b48c5b0d877261b5a28ef6776a19242 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 30 Mar 2014 19:48:11 +0000 Subject: - add USES=tar:xz - cleanup GNU_CONFIGURE_ARGS for iconv --- graphics/gd/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index c289c6766912..c47e0df0ecfa 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ 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 -- cgit