diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-03 21:18:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-03 21:18:47 +0000 |
commit | c65f5eb553f5c90e67c05fc4bddeca35e945a6d3 (patch) | |
tree | 4b9577df2aff74b2685f0e005142c5a55473e61c /print/fontforge/Makefile | |
parent | 48aa2672c44a2e34b7cfc07eab238623d70d430a (diff) |
Notes
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 961f5710b0a3..17ab5602d2f8 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -7,7 +7,7 @@ PORTNAME= fontforge PORTVERSION= 20080607 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF DISTFILES= ${EXTRACT_ONLY} ${DOCFILES} @@ -26,7 +26,7 @@ LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \ spiro.0:${PORTSDIR}/graphics/libspiro .if defined(FONTFORGE_WITH_TTF_DEBUGGER) -FREETYPE_VERSION= 2.3.6 +FREETYPE_VERSION= 2.3.7 EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2 .endif |