diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 18:42:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 18:42:12 +0000 |
commit | 38960b2cf467f57efec5c0766f4a0a09ffeebb3a (patch) | |
tree | c4586ac0552c3131a5cfacd301caa9b4546cc18e /fonts | |
parent | d264ca279fcb92f538fad758322526dde7fc72e4 (diff) | |
download | pkgsrc-38960b2cf467f57efec5c0766f4a0a09ffeebb3a.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 |