diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-08 18:22:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-08 18:22:09 +0000 |
commit | 0cc7d97de18f049364d84a2f502fad4f1471cf22 (patch) | |
tree | 9f1fa1308e8430a5082357d65d62d1f2d001836d /x11/x3270 | |
parent | a30afe8c53cc34c9bab4cc88c57cf1b080252a51 (diff) | |
download | pkgsrc-0cc7d97de18f049364d84a2f502fad4f1471cf22.tar.gz |
These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index eb827039048..b1bb1533164 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/09/23 20:05:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/11/08 18:22:09 jlam Exp $ DISTNAME= x3270-3213 PKGNAME= x3270-3.2.13 @@ -13,5 +13,6 @@ COMMENT= 3270 Terminal emulator WRKSRC= ${WRKDIR}/x3270-3.2 USE_IMAKE= yes +USE_TOOLS+= mkfontdir:run .include "../../mk/bsd.pkg.mk" |