diff options
author | jlam <jlam> | 2005-11-08 18:22:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-11-08 18:22:09 +0000 |
commit | f39a0638bccc5f6ba0980c2904432b588a33be5d (patch) | |
tree | 9f1fa1308e8430a5082357d65d62d1f2d001836d /x11 | |
parent | 2e5d881f09f683fb01608bfe47af7c7e282623ba (diff) | |
download | pkgsrc-f39a0638bccc5f6ba0980c2904432b588a33be5d.tar.gz |
These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
Diffstat (limited to 'x11')
-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" |