diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-17 14:10:01 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-17 14:10:01 +0000 |
commit | b1aba35ec511b133a4960051202f6780ffa80e20 (patch) | |
tree | 9f720eacdb5a188736d96c539b55bdf9acc9953a /net/eggdrop | |
parent | 809a90ba4788b01ff6bd2045e79cc73dd072b2be (diff) | |
download | pkgsrc-b1aba35ec511b133a4960051202f6780ffa80e20.tar.gz |
Add dependency on tcl.
Diffstat (limited to 'net/eggdrop')
-rw-r--r-- | net/eggdrop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/eggdrop/Makefile b/net/eggdrop/Makefile index 31fb0e29912..410c5ef1dbc 100644 --- a/net/eggdrop/Makefile +++ b/net/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/11/24 04:12:07 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/17 14:10:01 hubertf Exp $ # DISTNAME= eggdrop1.3.22 @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.sodre.net/pub/eggdrop/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.sodre.net/eggdrop/ +DEPENDS+= tcl-8.0.5:../../lang/tcl80 + GNU_CONFIGURE= yes CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include/tcl8.0" |