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/xp/Makefile | |
parent | 1d0f03cd4454f7ded36bee148c5c0726fc0b3737 (diff) | |
download | pkgsrc-d5391a8a348eb321410eace0d7ea88ffc13e9ee4.tar.gz |
The dependency on unzip is automatic based on EXTRACT_SUFX.
Diffstat (limited to 'textproc/xp/Makefile')
-rw-r--r-- | textproc/xp/Makefile | 4 |
1 files changed, 1 insertions, 3 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= |