summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 07:18:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 07:18:57 +0000
commitf3aeb685de212916f8f7c7bbb3c08f39abcd7ebb (patch)
tree508a11af39ea2dcdcfec2851848ee7a61b4fa884 /misc/magicpoint/Makefile
parent- use fontconfig by default (diff)
- set --enable-locale for word wrapping under iso8859-1 and similar
Notes
Notes: svn path=/head/; revision=251607
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index ebd0c4e2e1c8..a0943b9dcc4b 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -7,7 +7,7 @@
PORTNAME= magicpoint
PORTVERSION= 1.13a
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES?= misc
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
@@ -21,7 +21,7 @@ RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm
USE_IMAKE= yes
USE_XORG= x11 xext xmu xt sm ice xi xtst
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-vflib
+CONFIGURE_ARGS= --disable-vflib --enable-locale
OPTIONS+= FREETYPE "With FreeType support" on \
XFT "With Xft2 support" on \