svn commit: r368244 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Mon Sep 15 04:26:29 UTC 2014


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


More information about the svn-ports-head mailing list