diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-14 03:39:38 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-14 03:39:38 +0800 |
commit | c5369bb5eeaef2901a7c94d7f7ffcde99010eaa5 (patch) | |
tree | d25ae9dd198dcbe0d161916ec9f6607acf5cf7af /x11-wm | |
parent | 808fc127ce52a7bb8bb11deb1131d5d3ca00bf8a (diff) | |
download | freebsd-ports-gnome-c5369bb5eeaef2901a7c94d7f7ffcde99010eaa5.tar.gz freebsd-ports-gnome-c5369bb5eeaef2901a7c94d7f7ffcde99010eaa5.tar.zst freebsd-ports-gnome-c5369bb5eeaef2901a7c94d7f7ffcde99010eaa5.zip |
LOCALBASE -> ICONV_PREFIX for --with-iconv-* parameters.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 0b7ec3761b16..119e3903b54f 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -48,8 +48,8 @@ DISTFILES+= ${FVWM_ICONS}.tar.bz2 CONFIGURE_ARGS+= --disable-iconv .else USES+= iconv -CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \ - --with-iconv-includes=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-iconv-library=${ICONV_PREFIX}/lib \ + --with-iconv-includes=${ICONV_PREFIX}/include .endif .if ${PORT_OPTIONS:MSTROKE} |