diff options
author | joerg <joerg@pkgsrc.org> | 2010-09-09 17:59:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-09-09 17:59:36 +0000 |
commit | c934195f0e562e1015f5b35ff3a96e574ba13e71 (patch) | |
tree | d323378b7de1c4c22db25286bf509cca5627b49d /fonts/font-bh-100dpi | |
parent | cc9a5564402ec8bc239d9b5db1f30905daf7737f (diff) | |
download | pkgsrc-c934195f0e562e1015f5b35ff3a96e574ba13e71.tar.gz |
Drop gmake dependency
Diffstat (limited to 'fonts/font-bh-100dpi')
-rw-r--r-- | fonts/font-bh-100dpi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/font-bh-100dpi/Makefile b/fonts/font-bh-100dpi/Makefile index 29539b0cd6d..76e0f596541 100644 --- a/fonts/font-bh-100dpi/Makefile +++ b/fonts/font-bh-100dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/09/09 02:23:38 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/09 17:59:36 joerg Exp $ # DISTNAME= font-bh-100dpi-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Standard 100dpi Bigelow & Holmes PCF fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip +USE_TOOLS+= pkg-config bdftopcf ucs2any gzip FONTS_DIRS.x11= share/fonts/X11/100dpi |