diff options
author | tron <tron@pkgsrc.org> | 2000-03-13 10:46:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-13 10:46:45 +0000 |
commit | ebe99c3e76d91cab3b8c7a203fd532555a1e620f (patch) | |
tree | ad5b1483a11ad6d1fb8d559e6ff318a663f1cdb8 /net/xchat | |
parent | da81c943207417cb1f64c03af4557783bbdea931 (diff) | |
download | pkgsrc-ebe99c3e76d91cab3b8c7a203fd532555a1e620f.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'net/xchat')
-rw-r--r-- | net/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile index d33b37e0e86..ec6a10f129f 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/13 10:34:31 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/03/13 10:46:45 tron Exp $ DISTNAME= xchat-1.4.1 CATEGORIES= net x11 gnome @@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.org/ DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core -DEPENDS+= python>=1.5.2:../../lang/pyhton +DEPENDS+= python>=1.5.2:../../lang/python GNU_CONFIGURE= yes USE_GMAKE= yes |