diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-28 15:18:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-28 15:18:57 +0800 |
commit | 5951127a1802eccd821752d16f0b4a6941189051 (patch) | |
tree | 35189b8fc916cf7a18acc61c13f616fd955ec90d /misc/magicpoint | |
parent | 2cd39f9f2fe205dbe237ccf4175d3c0c757ae625 (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |