summaryrefslogtreecommitdiff
path: root/net/eggdrop
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-17 14:10:01 +0000
committerhubertf <hubertf>1999-04-17 14:10:01 +0000
commitb05e3bb10e3eeb4fa93f70b5d31d5962c90b5501 (patch)
tree9f720eacdb5a188736d96c539b55bdf9acc9953a /net/eggdrop
parent5864339c510b8c7de43b777240996b0180231706 (diff)
downloadpkgsrc-b05e3bb10e3eeb4fa93f70b5d31d5962c90b5501.tar.gz
Add dependency on tcl.
Diffstat (limited to 'net/eggdrop')
-rw-r--r--net/eggdrop/Makefile4
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"