Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 04:26:29 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368244 - head/graphics/graphviz
Message-ID:  <201409150426.s8F4QTR4039406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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