diff options
author | tnn <tnn> | 2015-03-15 18:42:12 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-15 18:42:12 +0000 |
commit | 6bbf4e23a0c32fbc1ebf5579101f4731a5b65c65 (patch) | |
tree | c4586ac0552c3131a5cfacd301caa9b4546cc18e /fonts | |
parent | 5d88cf8427b0523ad99e7181908a831d3c63ff1a (diff) | |
download | pkgsrc-6bbf4e23a0c32fbc1ebf5579101f4731a5b65c65.tar.gz |
needs gzip(1)
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/sgi-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index a7c8e01508f..9bf83249623 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/06/01 16:35:37 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/03/15 18:42:12 tnn Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -19,7 +19,7 @@ USE_X11BASE= yes FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc/sgi USE_IMAKE= yes -USE_TOOLS+= bdftopcf bzcat tar pax +USE_TOOLS+= bdftopcf bzcat tar pax gzip INSTALLATION_DIRS= share/fonts/X11/misc/sgi |