aboutsummaryrefslogtreecommitdiff
path: root/misc/magicpoint
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-02-13 10:11:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-02-13 10:11:54 +0000
commit1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29 (patch)
tree9249325f0406212ac4eed618efc1782521ab8309 /misc/magicpoint
parent71d974aa3bb3e12afb41067a201bf0bc218ce06c (diff)
downloadports-1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29.tar.gz
ports-1160b1fbc69bac38965c0f2e8c1ecc6e2f9e9b29.zip
Notes
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 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