diff options
author | tron <tron@pkgsrc.org> | 2000-11-16 21:50:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-16 21:50:14 +0000 |
commit | 05b2eedbdb9225731be62385a329151967cf4e80 (patch) | |
tree | f68e68e92ff3c4b786285968f5a618b5c1b30842 /net | |
parent | 8b3076e79026673166a097dcb84b920198e64776 (diff) | |
download | pkgsrc-05b2eedbdb9225731be62385a329151967cf4e80.tar.gz |
Make this build with version 2.0 of the "python" package.
Diffstat (limited to 'net')
-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 71dcb872022..332aa9f70d9 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/09/04 17:38:48 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/11/16 21:50:14 tron Exp $ DISTNAME= xchat-1.5.7 CATEGORIES= net x11 gnome @@ -15,7 +15,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_X11BASE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lutil pre-configure: @${TOUCH} ${WRKSRC}/stamp-h.in |