pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a078749cc259
branches:  trunk
changeset: 472749:a078749cc259
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 12 02:11:14 2004 +0000

description:
Convert to buildlink3.

diffstat:

 emulators/hatari/Makefile |  6 +++---
 x11/ebuilder/Makefile     |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 440b3d776c8b -r a078749cc259 emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Mon Apr 12 02:09:15 2004 +0000
+++ b/emulators/hatari/Makefile Mon Apr 12 02:11:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/12 02:12:41 snj Exp $
 #
 
 DISTNAME=      hatari-0.45
@@ -10,7 +10,7 @@
 COMMENT=       Atari ST emulator
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GNU_TOOLS+=        make
 
@@ -26,5 +26,5 @@
        cd ${WRKSRC}/../doc && ${INSTALL_DATA} *.txt manual.html        \
                        ${PREFIX}/share/doc/hatari
 
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 440b3d776c8b -r a078749cc259 x11/ebuilder/Makefile
--- a/x11/ebuilder/Makefile     Mon Apr 12 02:09:15 2004 +0000
+++ b/x11/ebuilder/Makefile     Mon Apr 12 02:11:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/24 15:30:32 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/12 02:11:14 snj Exp $
 #
 
 DISTNAME=      ebuilder-0.56d
@@ -11,7 +11,7 @@
 COMMENT=       GUI builder for the Qt library
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_X11=       yes
 USE_GNU_TOOLS+=        make
 MAKEFILE=      GNUmakefile
@@ -21,5 +21,5 @@
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/ebuilder ${PREFIX}/bin
 
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index