summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-13 10:34:31 +0000
committertron <tron@pkgsrc.org>2000-03-13 10:34:31 +0000
commitda81c943207417cb1f64c03af4557783bbdea931 (patch)
tree2010444a32f4b05dc9cc44d017ec60ecd323dae2 /net
parent169c2f6b78fef1e356d0ddfb252fbda4cbe5d5f2 (diff)
downloadpkgsrc-da81c943207417cb1f64c03af4557783bbdea931.tar.gz
Add missing dependence on "python" package.
Diffstat (limited to 'net')
-rw-r--r--net/xchat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile
index 614163961b4..d33b37e0e86 100644
--- a/net/xchat/Makefile
+++ b/net/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/03/11 12:16:31 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/03/13 10:34:31 tron Exp $
DISTNAME= xchat-1.4.1
CATEGORIES= net x11 gnome
@@ -8,7 +8,8 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
-DEPENDS+= gnome-core-*:../../x11/gnome-core
+DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core
+DEPENDS+= python>=1.5.2:../../lang/pyhton
GNU_CONFIGURE= yes
USE_GMAKE= yes