diff options
author | tnn <tnn> | 2008-01-22 17:09:52 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-01-22 17:09:52 +0000 |
commit | 568f24c3ff1b241be673210bcde4cc98ef1fcc47 (patch) | |
tree | 9772d598bba7b032bf83dd5a4a974fd22fbb4e4d /fonts/sgi-fonts | |
parent | 836d51bac14c6c4898fc993f942b3c41db7bf530 (diff) | |
download | pkgsrc-568f24c3ff1b241be673210bcde4cc98ef1fcc47.tar.gz |
USE_TOOLS+=gzip on a bunch of font packages.
Diffstat (limited to 'fonts/sgi-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 86f78eb162a..dcde58b666a 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/09/22 21:53:57 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/22 17:09:55 tnn Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -17,7 +17,7 @@ BUILD_DEPENDS+= rpm2pkg>=1.3:../../pkgtools/rpm2pkg WRKSRC= ${WRKDIR}/sgi-fonts USE_IMAKE= YES -USE_TOOLS+= bdftopcf bzcat gtar +USE_TOOLS+= bdftopcf bzcat gtar gzip FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc/sgi REQD_DIRS+= ${PREFIX}/lib/X11/fonts/misc/sgi |