summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-09-07 17:13:17 +0000
committerobache <obache@pkgsrc.org>2006-09-07 17:13:17 +0000
commite92736436b37096f04c00c5f183fc94cb8540b43 (patch)
tree639a49cfb1c117f7be81c98f1a657e9d7ff96dee /fonts
parent6fd1f8585f69b97b1975e8cd5c13f5c9a38a6ff7 (diff)
downloadpkgsrc-e92736436b37096f04c00c5f183fc94cb8540b43.tar.gz
Use USE_TOOLS instead of including buildlink3 files.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/terminus-font/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/terminus-font/Makefile b/fonts/terminus-font/Makefile
index 490ab04f2c2..983e2d99e66 100644
--- a/fonts/terminus-font/Makefile
+++ b/fonts/terminus-font/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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"