diff options
author | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
commit | 9dd18c91e24f1ead6a67223336ed9bb8a7985835 (patch) | |
tree | 7cafbe97ff404ad30146d038c318050ca0caedf4 /fonts/ttftot42 | |
parent | 4baf19d46d509cb43ad4e5e45995a23dcd9c48f1 (diff) | |
download | pkgsrc-9dd18c91e24f1ead6a67223336ed9bb8a7985835.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'fonts/ttftot42')
-rw-r--r-- | fonts/ttftot42/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/ttftot42/Makefile b/fonts/ttftot42/Makefile index 9c4a514523e..f46d93fb9ad 100644 --- a/fonts/ttftot42/Makefile +++ b/fonts/ttftot42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/16 15:26:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/10 00:00:44 wiz Exp $ # DISTNAME= ttftot42-0.3.1 @@ -10,7 +10,8 @@ HOMEPAGE= http://ftp.giga.or.at/pub/nih/ttftot42/ COMMENT= TrueType font to Type 42 converter GNU_CONFIGURE= yes +USE_BUILDLINK2= yes CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype -.include "../../graphics/freetype-lib/buildlink.mk" +.include "../../graphics/freetype-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |