diff options
author | obache <obache@pkgsrc.org> | 2006-09-07 17:13:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-07 17:13:17 +0000 |
commit | 61c489181e738f4fbf546a0ee0bdcf39eaa012d3 (patch) | |
tree | 639a49cfb1c117f7be81c98f1a657e9d7ff96dee | |
parent | 5b408bee220e3b2733eb53b229a03ffc844d2f29 (diff) | |
download | pkgsrc-61c489181e738f4fbf546a0ee0bdcf39eaa012d3.tar.gz |
Use USE_TOOLS instead of including buildlink3 files.
-rw-r--r-- | fonts/terminus-font/Makefile | 6 |
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" |