svn commit: r332890 - head/misc/magicpoint
Dirk Meyer
dinoex at FreeBSD.org
Tue Nov 5 18:25:17 UTC 2013
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
More information about the svn-ports-head
mailing list