pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/terminus-font Use USE_TOOLS instead of including...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a691bac1051
branches:  trunk
changeset: 518379:9a691bac1051
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Sep 07 17:13:17 2006 +0000

description:
Use USE_TOOLS instead of including buildlink3 files.

diffstat:

 fonts/terminus-font/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 388e1fdaab4a -r 9a691bac1051 fonts/terminus-font/Makefile
--- a/fonts/terminus-font/Makefile      Thu Sep 07 16:27:52 2006 +0000
+++ b/fonts/terminus-font/Makefile      Thu Sep 07 17:13:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/09/06 14:01:17 obache Exp $
+# $NetBSD: Makefile,v 1.2 2006/09/07 17:13:17 obache Exp $
 #
 
 DISTNAME=              terminus-font-4.20
@@ -9,12 +9,12 @@
 HOMEPAGE=              http://www.is-vn.bg/hamster/jimmy-en.html
 COMMENT=               Clean fixed width font
 
+USE_TOOLS+=            perl bdftopcf gzip
+
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --x11dir=${PREFIX}/lib/X11/fonts/misc
 
 FONTS_DIRS.x11=                ${PREFIX}/lib/X11/fonts/misc
 REQD_DIRS+=            ${PREFIX}/lib/X11/fonts/misc
 
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index