diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-22 17:09:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-22 17:09:52 +0000 |
commit | e2167db8298bf83ccfb9e788b8e30a7aca8f5e66 (patch) | |
tree | 9772d598bba7b032bf83dd5a4a974fd22fbb4e4d /fonts/kcfonts | |
parent | 28962094c9530bdb159b863af3d30aa424ae3dab (diff) | |
download | pkgsrc-e2167db8298bf83ccfb9e788b8e30a7aca8f5e66.tar.gz |
USE_TOOLS+=gzip on a bunch of font packages.
Diffstat (limited to 'fonts/kcfonts')
-rw-r--r-- | fonts/kcfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/kcfonts/Makefile b/fonts/kcfonts/Makefile index b61f7b5d3d4..f0a40e81a04 100644 --- a/fonts/kcfonts/Makefile +++ b/fonts/kcfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/11/25 11:55:57 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/22 17:09:55 tnn Exp $ DISTNAME= kcfonts-1.05 PKGREVISION= 3 @@ -13,4 +13,6 @@ USE_X11BASE= yes FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/local REQD_DIRS+= ${PREFIX}/lib/X11/fonts/local +USE_TOOLS+= gzip ucs2any + .include "../../mk/bsd.pkg.mk" |