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/b6601a119985
branches: trunk
changeset: 472703:b6601a119985
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 11 22:52:03 2004 +0000
description:
Convert to buildlink3.
diffstat:
games/nethack-qt/Makefile | 8 ++++----
wm/bbconf/Makefile | 6 +++---
x11/qt2-examples/Makefile | 7 +++----
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (78 lines):
diff -r 4d378591b9f9 -r b6601a119985 games/nethack-qt/Makefile
--- a/games/nethack-qt/Makefile Sun Apr 11 22:51:34 2004 +0000
+++ b/games/nethack-qt/Makefile Sun Apr 11 22:52:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/06/06 12:10:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2004/04/11 22:57:11 snj Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -10,7 +10,7 @@
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
ALL_TARGET= x11tiles nethack
@@ -24,7 +24,7 @@
@${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm
@${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR}
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4d378591b9f9 -r b6601a119985 wm/bbconf/Makefile
--- a/wm/bbconf/Makefile Sun Apr 11 22:51:34 2004 +0000
+++ b/wm/bbconf/Makefile Sun Apr 11 22:52:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:33:58 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 22:52:17 snj Exp $
#
DISTNAME= bbconf-1.4
@@ -9,12 +9,12 @@
HOMEPAGE= http://bbconf.sourceforge.net/
COMMENT= Configuration tool for the blackbox window manager
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4d378591b9f9 -r b6601a119985 x11/qt2-examples/Makefile
--- a/x11/qt2-examples/Makefile Sun Apr 11 22:51:34 2004 +0000
+++ b/x11/qt2-examples/Makefile Sun Apr 11 22:52:03 2004 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2002/08/26 17:34:01 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 22:52:03 snj Exp $
#
PKGNAME= qt2-examples-${QTVERSION}
PKGREVISION= 2
COMMENT= QT2 Tutorial, example code and HTML documentation
-USE_BUILDLINK2= yes
-BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION}nb2
+USE_BUILDLINK3= yes
.include "../qt2-libs/Makefile.common"
@@ -37,6 +36,6 @@
${INSTALL_DATA} $${f} ${QTPREFIX}/$${f}; \
done)
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index