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/500cd4126f8e
branches:  trunk
changeset: 472594:500cd4126f8e
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 16:58:18 2004 +0000

description:
Convert to buildlink3.

diffstat:

 emulators/snes9x/Makefile |  6 +++---
 time/wmfishtime/Makefile  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r dcd6553ad358 -r 500cd4126f8e emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Sun Apr 11 16:55:02 2004 +0000
+++ b/emulators/snes9x/Makefile Sun Apr 11 16:58:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/11 17:02:59 snj Exp $
 
 DISTNAME=              s9xs139
 PKGNAME=               snes9x-1.39
@@ -14,7 +14,7 @@
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 
 WRKSRC=                        ${WRKDIR}/release
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 USE_X11=               yes
 PTHREAD_OPTS=          require
@@ -62,5 +62,5 @@
 .endif
 .endif
 
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcd6553ad358 -r 500cd4126f8e time/wmfishtime/Makefile
--- a/time/wmfishtime/Makefile  Sun Apr 11 16:55:02 2004 +0000
+++ b/time/wmfishtime/Makefile  Sun Apr 11 16:58:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 17:28:46 martti Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 16:58:18 snj Exp $
 #
 
 DISTNAME=      wmfishtime-1.23
@@ -11,7 +11,7 @@
 COMMENT=       Dockable clock application with clock, date and fish
 
 USE_X11BASE=   # defined
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index