diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-09-15 12:26:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-09-15 12:26:29 +0800 |
commit | 3110ea5e45bfc6f7e712a0650cc7407c2876b10b (patch) | |
tree | 1ea2601ea6d217d69f72c469e2e64a6d5a278067 /graphics | |
parent | c33049113d571d6f9693004027485c8874e6c911 (diff) | |
download | freebsd-ports-gnome-3110ea5e45bfc6f7e712a0650cc7407c2876b10b.tar.gz freebsd-ports-gnome-3110ea5e45bfc6f7e712a0650cc7407c2876b10b.tar.zst freebsd-ports-gnome-3110ea5e45bfc6f7e712a0650cc7407c2876b10b.zip |
- use ICONV_PREFIX
Submitted by: sunpoet
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 46240cd04398..fbcdb15248de 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -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 |