From d3b6aa07dc4a226c0e487cb978f4409ee66bd01c Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 26 Feb 2001 21:21:18 +0000 Subject: Depend on "libiconv" package for full Unicode support. --- chat/gnomeicu/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chat') 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" -- cgit v1.2.3