pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7abe0a290dfd
branches:  trunk
changeset: 468125:7abe0a290dfd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 10 16:59:21 2004 +0000

description:
bl3ify

diffstat:

 chat/xchat2/Makefile      |  10 +++++-----
 inputmethod/nabi/Makefile |  12 ++++++------
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (66 lines):

diff -r ceb70e26f73c -r 7abe0a290dfd chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Tue Feb 10 15:50:25 2004 +0000
+++ b/chat/xchat2/Makefile      Tue Feb 10 16:59:21 2004 +0000
@@ -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 @@
 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 @@
 
 # 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"
diff -r ceb70e26f73c -r 7abe0a290dfd inputmethod/nabi/Makefile
--- a/inputmethod/nabi/Makefile Tue Feb 10 15:50:25 2004 +0000
+++ b/inputmethod/nabi/Makefile Tue Feb 10 16:59:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/10 06:47:41 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/10 17:05:54 minskim Exp $
 #
 
 DISTNAME=              nabi-0.12
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://nabi.kldp.net/
 COMMENT=               X Input Method for Korean
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
@@ -21,8 +21,8 @@
 SUBST_FILES.options=   IMdkit/Makefile.in src/Makefile.in
 SUBST_SED.options=     -e 's,-Wall,,g'
 
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index