diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-18 21:41:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-18 21:41:36 +0000 |
commit | d5391a8a348eb321410eace0d7ea88ffc13e9ee4 (patch) | |
tree | 2e9a0f0a5ac4ea1344d96351318bfbfd28ab8739 /textproc/xt | |
parent | 1d0f03cd4454f7ded36bee148c5c0726fc0b3737 (diff) | |
download | pkgsrc-d5391a8a348eb321410eace0d7ea88ffc13e9ee4.tar.gz |
The dependency on unzip is automatic based on EXTRACT_SUFX.
Diffstat (limited to 'textproc/xt')
-rw-r--r-- | textproc/xt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index 2e16aa260ba..30ecf0fc9e7 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/07/29 22:23:29 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/18 21:42:10 jlam Exp $ # DISTNAME= xt @@ -11,7 +11,6 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.jclark.com/xml/ COMMENT= James Clark's Java implementation of XSLT -DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= XP-[0-9]*:../../textproc/xp EXTRACT_ONLY= |