diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gnomeicu/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 6a965143eb8..7da0f187183 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/26 18:43:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/26 21:21:18 tron Exp $ DISTNAME= gnomeicu-0.96 CATEGORIES= chat gnome @@ -11,10 +11,15 @@ COMMENT= GNOME ICQ client DEPENDS+= gdbm>=1.8.0:../../databases/gdbm DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core +DEPENDS+= libiconv>=1.5:../../converters/libiconv GNU_CONFIGURE= YES USE_X11BASE= YES USE_GMAKE= YES USE_LIBINTL= YES +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -liconv + .include "../../mk/bsd.pkg.mk" |