summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 23:59:49 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 23:59:49 +0000
commit7274a4ac3898a56762554fe06a7a7fcd624d28dc (patch)
tree7cafbe97ff404ad30146d038c318050ca0caedf4 /fonts
parent295e5151449d3b746d5edd2284adb65d34575447 (diff)
downloadpkgsrc-7274a4ac3898a56762554fe06a7a7fcd624d28dc.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ttftot42/Makefile5
-rw-r--r--fonts/ttmkfdir/Makefile6
2 files changed, 6 insertions, 5 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"
diff --git a/fonts/ttmkfdir/Makefile b/fonts/ttmkfdir/Makefile
index a9d186ee02a..3a028029be4 100644
--- a/fonts/ttmkfdir/Makefile
+++ b/fonts/ttmkfdir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 23:59:49 wiz Exp $
#
DISTNAME= ttmkfdir
@@ -11,10 +11,10 @@ HOMEPAGE= http://www.joerg-pommnitz.de/TrueType/xfsft.html
COMMENT= tool that creates a fonts.scale file
WRKSRC= ${WRKDIR}
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"