diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-17 14:08:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-17 14:08:01 +0000 |
commit | f04f210e5504c76e3cc5fc478f0b7912d2e53055 (patch) | |
tree | 792edde166332660c1f51955fa61e09969b64c8a /x11 | |
parent | c9933905af97ffede8d1bf6a60da33bfc9dbd882 (diff) | |
download | pkgsrc-f04f210e5504c76e3cc5fc478f0b7912d2e53055.tar.gz |
needs gzip(1) during build
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index a43a9400ab2..9901e3d19ed 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2014/08/22 11:24:27 wiz Exp $ +# $NetBSD: Makefile,v 1.188 2015/03/17 14:08:01 tnn Exp $ DISTNAME= kdebase-${_KDE_VERSION} PKGREVISION= 37 @@ -20,7 +20,7 @@ SITES.NetBSD-flag-1.0.png= ${MASTER_SITE_LOCAL} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} UNLIMIT_RESOURCES= datasize -USE_TOOLS+= pkg-config mkfontdir bdftopcf +USE_TOOLS+= gzip pkg-config mkfontdir bdftopcf FONTS_DIRS.x11+= ${PREFIX}/share/kde/apps/konsole/fonts REQD_DIRS+= ${PREFIX}/share/kde/apps/konsole |