summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-11-05 18:25:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-11-05 18:25:16 +0000
commit75802bbff37ed86639abbfae24fe09ec44208234 (patch)
tree7b53c9dc1a7f1aa9a935d25940c4519e0af18b8c /misc/magicpoint/Makefile
parentSupport staging. (diff)
- add iconv for option XFT
Notes
Notes: svn path=/head/; revision=332890
Diffstat (limited to 'misc/magicpoint/Makefile')
-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