diff options
author | minskim <minskim> | 2006-06-07 20:31:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-07 20:31:27 +0000 |
commit | 7492dd448aafe80e353d1ceb0f17cb69ffb0afdf (patch) | |
tree | 2659f4d1e1ae726a06363c1aef5ddf268896fb84 /fonts | |
parent | 3ed526c4e5c193f07b56091b77b89191beb32d42 (diff) | |
download | pkgsrc-7492dd448aafe80e353d1ceb0f17cb69ffb0afdf.tar.gz |
This package needs zlib.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ttf2pt1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ttf2pt1/Makefile b/fonts/ttf2pt1/Makefile index 8e3b799d75d..c8a5bb77edb 100644 --- a/fonts/ttf2pt1/Makefile +++ b/fonts/ttf2pt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/07 20:31:27 minskim Exp $ # DISTNAME= ttf2pt1-3.4.4 @@ -13,6 +13,6 @@ COMMENT= TrueType font converter to Postscript type 1 DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils - +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |