diff options
author | snj <snj> | 2004-04-25 08:47:21 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 08:47:21 +0000 |
commit | 445cf1997c16eb60ee6a5123644dc55bee9332b5 (patch) | |
tree | 21fcb75ab701e1329053ba4d40e92a0f42c65d44 /fonts/ttf2pt1/Makefile | |
parent | 477cf926605541327f310381638871d9d5d45c1b (diff) | |
download | pkgsrc-445cf1997c16eb60ee6a5123644dc55bee9332b5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'fonts/ttf2pt1/Makefile')
-rw-r--r-- | fonts/ttf2pt1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ttf2pt1/Makefile b/fonts/ttf2pt1/Makefile index fc973e64e79..40a9593ee42 100644 --- a/fonts/ttf2pt1/Makefile +++ b/fonts/ttf2pt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 08:56:19 snj Exp $ # DISTNAME= ttf2pt1-3.4.0 @@ -13,7 +13,7 @@ COMMENT= TrueType font converter to Postscript type 1 DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes -.include "../../graphics/freetype2/buildlink2.mk" +.include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |