diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-13 10:11:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-13 10:11:54 +0000 |
commit | 1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29 (patch) | |
tree | 9249325f0406212ac4eed618efc1782521ab8309 /misc/magicpoint | |
parent | 71d974aa3bb3e12afb41067a201bf0bc218ce06c (diff) | |
download | ports-1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29.tar.gz ports-1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29.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 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 |