diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 07:18:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 07:18:57 +0000 |
commit | f3aeb685de212916f8f7c7bbb3c08f39abcd7ebb (patch) | |
tree | 508a11af39ea2dcdcfec2851848ee7a61b4fa884 /misc/magicpoint | |
parent | 8cb5c3cf31cd0be2dce7509c276a6c7dcc7727ba (diff) | |
download | ports-f3aeb685de212916f8f7c7bbb3c08f39abcd7ebb.tar.gz ports-f3aeb685de212916f8f7c7bbb3c08f39abcd7ebb.zip |
Notes
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 \ |