summaryrefslogtreecommitdiff
path: root/x11/ttmkfdir/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-30 06:24:06 +0000
committerjlam <jlam@pkgsrc.org>2002-06-30 06:24:06 +0000
commit077d6c993a0f703acd642b37e560eb68a131fe56 (patch)
treea1d9d6e6ce1745910330197a5f8656362c189ad5 /x11/ttmkfdir/Makefile
parent4f8baeeeb34311018748a4165926bea54683a2db (diff)
downloadpkgsrc-077d6c993a0f703acd642b37e560eb68a131fe56.tar.gz
Convert to use the buildlink2 framework. Trim any unnecessary changes in
the patches or remove them entirely.
Diffstat (limited to 'x11/ttmkfdir/Makefile')
-rw-r--r--x11/ttmkfdir/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/ttmkfdir/Makefile b/x11/ttmkfdir/Makefile
index 7f0f7a20e8e..03d5e36c774 100644
--- a/x11/ttmkfdir/Makefile
+++ b/x11/ttmkfdir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1.2.2 2002/06/23 19:06:53 jlam Exp $
+# $NetBSD: Makefile,v 1.1.1.1.2.3 2002/06/30 06:24:45 jlam 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"