diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-09 18:02:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-09 18:02:54 +0000 |
commit | 661847429b4e7a2d1614819f0f7638174bb8b8f8 (patch) | |
tree | cb8da881547d8efd850311f60d73830f4b14f8aa /net | |
parent | 19a0aec347afbb724e5b40630477bf9528b4aa80 (diff) | |
download | pkgsrc-661847429b4e7a2d1614819f0f7638174bb8b8f8.tar.gz |
tcl is in lang/tcl now (why wasn't this detected earlier???)
Diffstat (limited to 'net')
-rw-r--r-- | net/eggdrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/eggdrop/Makefile b/net/eggdrop/Makefile index 8b74c130a4c..e8736a562cc 100644 --- a/net/eggdrop/Makefile +++ b/net/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/09/01 17:58:02 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2000/10/09 18:02:54 hubertf Exp $ # DISTNAME= eggdrop1.3.22 @@ -13,7 +13,7 @@ BROKEN= This package has not yet been updated to work with tcl-8.3.2. MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.sodre.net/eggdrop/ -DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tcl-8.0.5:../../lang/tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include/tcl8.0" |