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/freefonts | |
parent | 28962094c9530bdb159b863af3d30aa424ae3dab (diff) | |
download | pkgsrc-e2167db8298bf83ccfb9e788b8e30a7aca8f5e66.tar.gz |
USE_TOOLS+=gzip on a bunch of font packages.
Diffstat (limited to 'fonts/freefonts')
-rw-r--r-- | fonts/freefonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 8f9045b0b9b..dbe056aa877 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/17 19:31:00 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/01/22 17:09:54 tnn Exp $ # DISTNAME= freefonts-0.10 @@ -15,7 +15,7 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_X11BASE= yes -USE_TOOLS+= gtar +USE_TOOLS+= gtar gzip FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/freefont REQD_DIRS= ${PREFIX}/lib/X11/fonts/freefont |