aboutsummaryrefslogtreecommitdiffstats
path: root/misc/magicpoint
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-28 15:18:57 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-28 15:18:57 +0800
commit5951127a1802eccd821752d16f0b4a6941189051 (patch)
tree35189b8fc916cf7a18acc61c13f616fd955ec90d /misc/magicpoint
parent2cd39f9f2fe205dbe237ccf4175d3c0c757ae625 (diff)
downloadfreebsd-ports-gnome-5951127a1802eccd821752d16f0b4a6941189051.tar.gz
freebsd-ports-gnome-5951127a1802eccd821752d16f0b4a6941189051.tar.zst
freebsd-ports-gnome-5951127a1802eccd821752d16f0b4a6941189051.zip
- set --enable-locale for word wrapping under iso8859-1 and similar
Diffstat (limited to 'misc/magicpoint')
-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 \