diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /print/cnprint | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'print/cnprint')
-rw-r--r-- | print/cnprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile index ac67f682b5b..978e8afd947 100644 --- a/print/cnprint/Makefile +++ b/print/cnprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/16 01:15:32 jlam Exp $ DISTNAME= # PKGNAME= cnprint-3.30b @@ -26,7 +26,7 @@ HOMEPAGE= http://www.neurophys.wisc.edu/~cai/software/index.html COMMENT= Print & convert CJK style text to PostScript DIST_SUBDIR= ${PKGNAME} -PKGSRC_USE_TOOLS+= gunzip +PKGSRC_USE_TOOLS+= gtar gunzip do-extract: ${MKDIR} ${WRKSRC} |