diff options
author | garbled <garbled@pkgsrc.org> | 2000-01-07 01:30:45 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-01-07 01:30:45 +0000 |
commit | a9236cd4714e5174b5e8986cb2de7bb341994399 (patch) | |
tree | 806c3779d9e0271c610c619ae827df17f231cac5 /net | |
parent | 36caa184dd523cf875afc72cf5d91cc67e9082a0 (diff) | |
download | pkgsrc-a9236cd4714e5174b5e8986cb2de7bb341994399.tar.gz |
Put this in X11BASE to make it gnome-happy
Diffstat (limited to 'net')
-rw-r--r-- | net/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 1e7f0c6cd73..2fe1697ddf0 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/05 02:00:31 garbled Exp $ +# $NetBSD: Makefile,v 1.10 2000/01/07 01:30:45 garbled Exp $ # DISTNAME= gaim-0.9.10 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.marko.net/gaim/ DEPENDS+= gtk+>=1.2.3:../../x11/gtk DEPENDS+= esound>=0.2.7:../../audio/esound -#USE_X11BASE= YES +USE_X11BASE= YES USE_GMAKE= YES GNU_CONFIGURE= yes |