diff options
author | tron <tron> | 2001-02-26 21:21:18 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-26 21:21:18 +0000 |
commit | d3b6aa07dc4a226c0e487cb978f4409ee66bd01c (patch) | |
tree | b873f7a04ea21f2bfa2fb7ec93ed7814af24a85d /chat/gnomeicu/Makefile | |
parent | 2390f9315abd453d248e48d855ff9d8d076763fe (diff) | |
download | pkgsrc-d3b6aa07dc4a226c0e487cb978f4409ee66bd01c.tar.gz |
Depend on "libiconv" package for full Unicode support.
Diffstat (limited to 'chat/gnomeicu/Makefile')
-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" |