summaryrefslogtreecommitdiff
path: root/chat/gnomeicu
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-26 21:21:18 +0000
committertron <tron@pkgsrc.org>2001-02-26 21:21:18 +0000
commitfd0e4cfc35e268f3371f2b248a1a8978d6dd97b9 (patch)
treeb873f7a04ea21f2bfa2fb7ec93ed7814af24a85d /chat/gnomeicu
parentfa3cb8beb87e9073ca1cddbcf710273b30d21cf3 (diff)
downloadpkgsrc-fd0e4cfc35e268f3371f2b248a1a8978d6dd97b9.tar.gz
Depend on "libiconv" package for full Unicode support.
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r--chat/gnomeicu/Makefile7
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"