diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:48:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:48:34 +0000 |
commit | b5fd7ca9d687bdddd3ee341f9cf595117fd171a9 (patch) | |
tree | 0051ba596e7a8de7a6562c2d7ec7ab92e8cedf5b /textproc | |
parent | ee69d3a330d6ca8ca1398acde11d24e7d41105fb (diff) | |
download | pkgsrc-b5fd7ca9d687bdddd3ee341f9cf595117fd171a9.tar.gz |
We do not need both of DEPENDS and the bl3 file;
remove DEPENDS lines.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcl-expat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index 0f5ce868626..948f8523320 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/04 17:11:17 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/05 10:48:34 wiz Exp $ # DISTNAME= TclExpat-1.1 @@ -11,9 +11,6 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ COMMENT= XML parser implemented entirely in Tcl -DEPENDS+= tcl>=8.4.0:../../lang/tcl -DEPENDS+= expat-[0-9]*:../../textproc/expat - pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl |