diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
commit | 6ba884ea507f8f76bcee125186f4d22ab0e295b9 (patch) | |
tree | 53e05abdb6ed22c27c9c0fa337b5219655485b44 /math/antixls | |
parent | 8cbbd5740e5ed83a29d44e327a1b080a7d652e8c (diff) | |
download | pkgsrc-6ba884ea507f8f76bcee125186f4d22ab0e295b9.tar.gz |
Add an explicit run-time dependency on perl because these packages
install perl scripts. Bump the PKGREVISION for the dependency change.
Diffstat (limited to 'math/antixls')
-rw-r--r-- | math/antixls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/antixls/Makefile b/math/antixls/Makefile index f26f4f77c37..828a9c3a5a6 100644 --- a/math/antixls/Makefile +++ b/math/antixls/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/07/07 21:59:04 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/07 22:10:07 jlam Exp $ # DISTNAME= antixls-0.2b +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.af0.net/~dan/ EXTRACT_SUFX= .perl @@ -12,6 +13,7 @@ COMMENT= Print XLS file with minimal formatting, or as CSV DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel +USE_TOOLS+= perl:run WRKSRC= ${WRKDIR} EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} antixls REPLACE_PERL+= antixls |