diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-02-13 18:11:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-02-13 18:11:54 +0800 |
commit | 03d1cd1a5f6c4ffea046812d49a36834871751e6 (patch) | |
tree | 30176361dca03f1c4ca29feb6ea2d7ec866679c2 /misc/magicpoint | |
parent | 1074b42b0d29cd869a2b1f70b82911744cc8f098 (diff) | |
download | freebsd-ports-gnome-03d1cd1a5f6c4ffea046812d49a36834871751e6.tar.gz freebsd-ports-gnome-03d1cd1a5f6c4ffea046812d49a36834871751e6.tar.zst freebsd-ports-gnome-03d1cd1a5f6c4ffea046812d49a36834871751e6.zip |
- fix support for freetype
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 6175a152c6f9..0a8db3fcf7d8 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -7,7 +7,7 @@ PORTNAME= magicpoint PORTVERSION= 1.13a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ @@ -47,7 +47,7 @@ SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl .include <bsd.port.pre.mk> .if defined(WITH_FREETYPE) -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype CONFIGURE_ARGS+= --enable-freetype \ --enable-freetype-charset16 .else |