diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 18:05:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 18:05:59 +0000 |
commit | 051dc864427cc4e46c5df49a7bea84aa76c25e7c (patch) | |
tree | 29c023b2d172276d773887b29ae480c5ed6ba32a /graphics/AfterShotPro | |
parent | eb0b36b52974527f527ba53be32cd36017d7bff7 (diff) | |
download | pkgsrc-051dc864427cc4e46c5df49a7bea84aa76c25e7c.tar.gz |
needs gzip(1) tool in do-extract target
Diffstat (limited to 'graphics/AfterShotPro')
-rw-r--r-- | graphics/AfterShotPro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/AfterShotPro/Makefile b/graphics/AfterShotPro/Makefile index 6fc29607169..91752882c4a 100644 --- a/graphics/AfterShotPro/Makefile +++ b/graphics/AfterShotPro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/12/29 13:27:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/03/13 18:05:59 tnn Exp $ CATEGORIES= graphics MASTER_SITES= http://www.corel.com/akdlm/6763/downloads/AfterShotPro/1/PF/ @@ -17,7 +17,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR} USE_LANGUAGES= # none -USE_TOOLS+= pax tar +USE_TOOLS+= pax tar gzip EMUL_PLATFORMS= linux-i386 # linux-x86_64 EMUL_MODULES.linux= drm fontconfig freetype2 glx gtk2 png x11 |