Correctly note dependency on tcl.
This commit is contained in:
parent
e75965c6ba
commit
e718aac655
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/08/21 18:08:22 jwise Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/08/21 21:57:22 jwise Exp $
|
||||
#
|
||||
|
||||
DISTNAME= TclXML-1.2
|
||||
|
@ -11,6 +11,8 @@ HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/
|
|||
NO_CONFIGURE=
|
||||
NO_BUILD=
|
||||
|
||||
DEPENDS+= tcl-8.0.5:../../lang/tcl80
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/TclXML
|
||||
${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/TclXML
|
||||
|
|
Loading…
Reference in a new issue