diff options
author | joerg <joerg> | 2005-12-28 19:38:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-28 19:38:36 +0000 |
commit | 97ac1310d6eef373c77b294bb4373dc09fea7ad5 (patch) | |
tree | 91d32fd1bd78d6fefe72331197cc15c8ee2013fe /fonts | |
parent | 3ecfb8e73658813b874db5eb291e3f53efd3ca4c (diff) | |
download | pkgsrc-97ac1310d6eef373c77b294bb4373dc09fea7ad5.tar.gz |
Uses bdftopcf.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jmk-fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/jmk-fonts/Makefile b/fonts/jmk-fonts/Makefile index 3d575db1a6a..330a7ebf73e 100644 --- a/fonts/jmk-fonts/Makefile +++ b/fonts/jmk-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/09/22 14:45:13 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/28 19:38:36 joerg Exp $ # DISTNAME= jmk-x11-fonts-3.0 @@ -11,5 +11,6 @@ HOMEPAGE= http://www.ntrnet.net/~jmknoble/fonts/ COMMENT= Jim Knoble's font collection for X11 USE_IMAKE= yes +USE_TOOLS+= bdftopcf .include "../../mk/bsd.pkg.mk" |