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 | |
parent | 1d0f03cd4454f7ded36bee148c5c0726fc0b3737 (diff) | |
download | pkgsrc-d5391a8a348eb321410eace0d7ea88ffc13e9ee4.tar.gz |
The dependency on unzip is automatic based on EXTRACT_SUFX.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xp/Makefile | 4 | ||||
-rw-r--r-- | textproc/xt/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 1bf491ecb27..54f0cda12a1 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/18 21:40:07 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/18 21:41:36 jlam Exp $ # DISTNAME= xp @@ -11,8 +11,6 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.jclark.com/xml/ COMMENT= James Clark's non-validating XML Parser for Java -DEPENDS+= unzip-[0-9]*:../../archivers/unzip - EXTRACT_ONLY= # empty USE_JAVA= run USE_BUILDLINK2= 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= |