From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 04:26:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A17E41D0; Mon, 15 Sep 2014 04:26:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7863C8; Mon, 15 Sep 2014 04:26:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8F4QT3x039407; Mon, 15 Sep 2014 04:26:29 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8F4QTR4039406; Mon, 15 Sep 2014 04:26:29 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201409150426.s8F4QTR4039406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 15 Sep 2014 04:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368244 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 04:26:29 -0000 Author: dinoex Date: Mon Sep 15 04:26:29 2014 New Revision: 368244 URL: http://svnweb.freebsd.org/changeset/ports/368244 QAT: https://qat.redports.org/buildarchive/r368244/ Log: - use ICONV_PREFIX Submitted by: sunpoet Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon Sep 15 02:57:42 2014 (r368243) +++ head/graphics/graphviz/Makefile Mon Sep 15 04:26:29 2014 (r368244) @@ -197,8 +197,8 @@ PLIST_SUB+= TCL_VER="${TCL_VER}" .endif .if ${PORT_OPTIONS:MICONV} -CONFIGURE_ARGS+= --with-iconvlibdir=${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-iconvincludedir=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-iconvlibdir=${ICONV_PREFIX}/lib +CONFIGURE_ARGS+= --with-iconvincludedir=${ICONV_PREFIX}/include .else CONFIGURE_ARGS+= --without-libiconv-prefix .endif