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/b5b9fac1d30c
branches:  trunk
changeset: 472597:b5b9fac1d30c
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 17:07:25 2004 +0000

description:
Convert to buildlink3.

diffstat:

 emulators/BasiliskII/Makefile |  4 ++--
 time/wmmoonclock/Makefile     |  6 +++---
 time/wmtime/Makefile          |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r a4bcbc21511f -r b5b9fac1d30c emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Sun Apr 11 17:06:18 2004 +0000
+++ b/emulators/BasiliskII/Makefile     Sun Apr 11 17:07:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/05 10:40:33 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/11 17:09:54 snj Exp $
 
 DISTNAME=      BasiliskII_src_14032003
 PKGNAME=       BasiliskII-1.0.20030314
@@ -11,7 +11,7 @@
 COMMENT=       Open Source 68k Macintosh emulator
 
 WRKSRC=                ${WRKDIR}/BasiliskII-1.0/src/Unix
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
 USE_LANGUAGES= c c++
diff -r a4bcbc21511f -r b5b9fac1d30c time/wmmoonclock/Makefile
--- a/time/wmmoonclock/Makefile Sun Apr 11 17:06:18 2004 +0000
+++ b/time/wmmoonclock/Makefile Sun Apr 11 17:07:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 15:14:11 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/11 17:07:25 snj Exp $
 #
 
 DISTNAME=      wmMoonClock-1.27
@@ -10,7 +10,7 @@
 COMMENT=       Shows lunar ephemeris to fairly high accuracy
 
 WRKSRC=         ${WRKDIR}/${DISTNAME}/Src
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GNU_TOOLS+=        make
 USE_X11BASE=   YES
 
@@ -22,5 +22,5 @@
 EXTRA_LOCAL_LIBS=       -lsocket
 .endif
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a4bcbc21511f -r b5b9fac1d30c time/wmtime/Makefile
--- a/time/wmtime/Makefile      Sun Apr 11 17:06:18 2004 +0000
+++ b/time/wmtime/Makefile      Sun Apr 11 17:07:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:16 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/11 17:10:25 snj Exp $
 #
 
 DISTNAME=      wmtime-1.0b2
@@ -10,11 +10,11 @@
 COMMENT=       Time/Date applet for WindowMaker
 
 WRKSRC=                ${WRKDIR}/wmtime.app/wmtime
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
 
 post-extract:
        ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index