summaryrefslogtreecommitdiff
path: root/chat/gnomeicu
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-04 12:40:52 +0000
committerjlam <jlam@pkgsrc.org>2002-10-04 12:40:52 +0000
commitfb6e1648e70244f10523d90ea5690febef016167 (patch)
tree9b2f8337cac7c093c7734d8ee3726086c2ca563e /chat/gnomeicu
parent0e42dc1ec45c0c3dc005a44ef6a0299b965be229 (diff)
downloadpkgsrc-fb6e1648e70244f10523d90ea5690febef016167.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r--chat/gnomeicu/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index a8da9f2eeb4..879b2e3437e 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/04 12:40:52 jlam Exp $
DISTNAME= gnomeicu-0.96
PKGREVISION= 2
@@ -10,16 +10,16 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://gnomeicu.sourceforge.net/
COMMENT= GNOME ICQ client
-DEPENDS+= gdbm>=1.8.0:../../databases/gdbm
-DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
-DEPENDS+= libiconv>=1.8:../../converters/libiconv
-
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_GMAKE= YES
-USE_LIBINTL= YES
-CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -liconv
+.include "../../databases/gdbm/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"