summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-26 22:07:06 +0000
committersnj <snj@pkgsrc.org>2004-04-26 22:07:06 +0000
commit820e439a9a3dca428857b86f83a228814fc24328 (patch)
tree04312bca1575c04c046dd1018226e2c4dd1383be /chat/xchat
parent263d305dcdba2a10a1bb60947a15c366de04b3d6 (diff)
downloadpkgsrc-820e439a9a3dca428857b86f83a228814fc24328.tar.gz
Convert to buildlink3.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile6
-rw-r--r--chat/xchat/Makefile.common10
2 files changed, 8 insertions, 8 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index 38bd81ba541..6f39d62f613 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/10/03 07:43:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/26 22:07:06 snj Exp $
.include "Makefile.common"
@@ -9,7 +9,7 @@ CONFIGURE_ARGS+= --disable-zvt
CONFLICTS+= xchat-gnome-[0-9]*
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 691ccc4329b..622384124d8 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2004/04/25 04:16:43 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.29 2004/04/26 22:07:06 snj Exp $
DISTNAME= xchat-1.8.11
PKGREVISION= 8
@@ -18,7 +18,7 @@ PATCHDIR= ${.CURDIR}/../xchat/patches
PKGDIR= ${.CURDIR}/../xchat
PLIST_SRC= ${.CURDIR}/../xchat/PLIST
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-ipv6
# SSL support
.if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES"
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --enable-openssl=${SSLBASE}
.endif
@@ -54,6 +54,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
-.include "../../devel/glib/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/python/application.mk"