Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 19:39:38 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327182 - head/x11-wm/fvwm2
Message-ID:  <201309131939.r8DJdc7t016648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri Sep 13 19:39:38 2013
New Revision: 327182
URL: http://svnweb.freebsd.org/changeset/ports/327182

Log:
  LOCALBASE -> ICONV_PREFIX for --with-iconv-* parameters.

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Fri Sep 13 19:31:56 2013	(r327181)
+++ head/x11-wm/fvwm2/Makefile	Fri Sep 13 19:39:38 2013	(r327182)
@@ -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}



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