Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 18:25:16 +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: r332890 - head/misc/magicpoint
Message-ID:  <201311051825.rA5IPGos085171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Nov  5 18:25:16 2013
New Revision: 332890
URL: http://svnweb.freebsd.org/changeset/ports/332890

Log:
  - add iconv for option XFT

Modified:
  head/misc/magicpoint/Makefile

Modified: head/misc/magicpoint/Makefile
==============================================================================
--- head/misc/magicpoint/Makefile	Tue Nov  5 18:22:09 2013	(r332889)
+++ head/misc/magicpoint/Makefile	Tue Nov  5 18:25:16 2013	(r332890)
@@ -58,6 +58,7 @@ CONFIGURE_ARGS+=	--disable-freetype
 .endif
 
 .if ${PORT_OPTIONS:MXFT}
+USES+=		iconv
 USE_XORG+=	xft
 CONFIGURE_ARGS+=	--enable-xft2
 .else



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