summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 16:59:21 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 16:59:21 +0000
commit75bf71202d1197d064362f983ade2c2d7b9d1e28 (patch)
tree12b28dbc7162fda0b8a16aad2c71f6067a3ca072 /chat/xchat2
parentfd5f247ea69c4ae29529e353f80540279c9a9f3d (diff)
downloadpkgsrc-75bf71202d1197d064362f983ade2c2d7b9d1e28.tar.gz
bl3ify
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 12bbe468fa7..4292eb82def 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/22 07:49:21 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/10 16:59:21 minskim Exp $
#
DISTNAME= xchat-2.0.7
@@ -16,7 +16,7 @@ DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
CONFLICTS= xchat-gnome-[0-9]*
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
@@ -47,13 +47,13 @@ CONFIGURE_ARGS+= --enable-socks
# SSL support
.if defined(XCHAT_USE_SSL) && !empty(XCHAT_USE_SSL:M[Yy][Ee][Ss])
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+= --enable-openssl=${SSLBASE}
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
-.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"