diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-03 17:44:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-03 17:44:19 +0000 |
commit | 51d8de026e613be63c849a6a2ab2131f32717d13 (patch) | |
tree | 7d7de58b1ebbd35b96b01114ce26bd543bc060af /fonts/Xg | |
parent | 5fe8c296ecb3ef10a7081695f6d6a84b8ddd7fdd (diff) | |
download | pkgsrc-51d8de026e613be63c849a6a2ab2131f32717d13.tar.gz |
This needs bdftopcf for building.
Diffstat (limited to 'fonts/Xg')
-rw-r--r-- | fonts/Xg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/Xg/Makefile b/fonts/Xg/Makefile index 8ed849df624..629d779e982 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:21 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/03 17:44:19 joerg Exp $ DISTNAME= libXg.utf.fonts PKGNAME= libXgFonts-1.0 @@ -12,4 +12,6 @@ WRKSRC= ${WRKDIR} NO_BUILD= yes USE_X11BASE= yes +USE_TOOLS+= bdftopcf + .include "../../mk/bsd.pkg.mk" |