summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-17 09:56:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-17 09:56:39 +0000
commit41d47c50c2498b72904b7870a7ed8504f2f48cd3 (patch)
treefe7706aed6f97d11c80a3b7a728690eeb70c611a /misc
parent- Update to 3.5.1 (diff)
- drop USE_FREETYPE
Notes
Notes: svn path=/head/; revision=237973
Diffstat (limited to 'misc')
-rw-r--r--misc/magicpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 3036e6a560b2..0258c946fc84 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -7,7 +7,7 @@
PORTNAME= magicpoint
PORTVERSION= 1.13a
-PORTREVISION= 2
+PORTREVISION= 3
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)
-USE_FREETYPE= yes
+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
CONFIGURE_ARGS+= --enable-freetype \
--enable-freetype-charset16
.else