diff options
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 7b8a46bbd33..d11725ab0db 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/22 16:27:33 perry Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/05 22:49:48 wiz Exp $ # DISTNAME= gaim-0.11.0pre11 @@ -12,9 +12,10 @@ COMMENT= gtk-based client for AOL's Instant Messenger chat system DEPENDS+= gtk+>=1.2.3:../../x11/gtk DEPENDS+= esound>=0.2.7:../../audio/esound -USE_X11BASE= YES USE_GMAKE= YES -GNU_CONFIGURE= yes +USE_LIBINTL= YES +USE_X11BASE= YES +GNU_CONFIGURE= YES # for pthread.h CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include |