aboutsummaryrefslogtreecommitdiffstats
path: root/misc/magicpoint
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-11-06 02:25:16 +0800
committerdinoex <dinoex@FreeBSD.org>2013-11-06 02:25:16 +0800
commitc863663a01f64ec3981c680ae99e6365fc7485fa (patch)
tree7b53c9dc1a7f1aa9a935d25940c4519e0af18b8c /misc/magicpoint
parent9c4fe6b167b3cd42c7c584e6b623af3b127e6616 (diff)
downloadfreebsd-ports-gnome-c863663a01f64ec3981c680ae99e6365fc7485fa.tar.gz
freebsd-ports-gnome-c863663a01f64ec3981c680ae99e6365fc7485fa.tar.zst
freebsd-ports-gnome-c863663a01f64ec3981c680ae99e6365fc7485fa.zip
- add iconv for option XFT
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 1d0ddcfd6888..0b0e2efc424d 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -58,6 +58,7 @@ CONFIGURE_ARGS+= --disable-freetype
.endif
.if ${PORT_OPTIONS:MXFT}
+USES+= iconv
USE_XORG+= xft
CONFIGURE_ARGS+= --enable-xft2
.else