diff options
-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" |