summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"