diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:57:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:57:48 +0000 |
commit | 0f8efcda30366f664fa8bd55bb0fa126d7719492 (patch) | |
tree | 3f350ade5eb246768719b786ab7303133e9a930f /fonts/ttftot42 | |
parent | 8cd2374583241a465cc102cdbcc7882b152c7692 (diff) | |
download | pkgsrc-0f8efcda30366f664fa8bd55bb0fa126d7719492.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'fonts/ttftot42')
-rw-r--r-- | fonts/ttftot42/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ttftot42/Makefile b/fonts/ttftot42/Makefile index f46d93fb9ad..15d23b5c631 100644 --- a/fonts/ttftot42/Makefile +++ b/fonts/ttftot42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/10 00:00:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/25 08:57:48 snj Exp $ # DISTNAME= ttftot42-0.3.1 @@ -10,8 +10,8 @@ HOMEPAGE= http://ftp.giga.or.at/pub/nih/ttftot42/ COMMENT= TrueType font to Type 42 converter GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype -.include "../../graphics/freetype-lib/buildlink2.mk" +.include "../../graphics/freetype-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |