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/2047108fae77
branches: trunk
changeset: 473820:2047108fae77
user: snj <snj%pkgsrc.org@localhost>
date: Sat Apr 24 22:11:25 2004 +0000
description:
Convert to buildlink3.
diffstat:
misc/gxmame/Makefile | 8 ++++----
x11/ruby-fox/Makefile | 16 ++++++++--------
2 files changed, 12 insertions(+), 12 deletions(-)
diffs (61 lines):
diff -r b1b29ccd6577 -r 2047108fae77 misc/gxmame/Makefile
--- a/misc/gxmame/Makefile Sat Apr 24 22:10:14 2004 +0000
+++ b/misc/gxmame/Makefile Sat Apr 24 22:11:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/14 16:15:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 22:11:25 snj Exp $
#
DISTNAME= gxmame-0.34b
@@ -14,12 +14,12 @@
DEPENDS+= xmame-[0-9]*:../../emulators/xmame
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_X11= yes
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b1b29ccd6577 -r 2047108fae77 x11/ruby-fox/Makefile
--- a/x11/ruby-fox/Makefile Sat Apr 24 22:10:14 2004 +0000
+++ b/x11/ruby-fox/Makefile Sat Apr 24 22:11:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/24 22:17:12 snj Exp $
DISTNAME= FXRuby-1.0.25
PKGNAME= ${RUBY_PKGNAMEPREFIX}fox-1.0.25
@@ -14,7 +14,7 @@
WRKDIST= ${WRKDIR}/${DISTNAME}
WRKSRC= ${WRKDIST}/ext/fox
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= # defined
CONFIGURE_ARGS+= --with-fox-include=${BUILDLINK_PREFIX.fox}/include/fox
@@ -40,11 +40,11 @@
${INSTALL_DATA} ${WRKDIST}/doc/*.html ${RUBY_DOCDIR}/fox
${INSTALL_DATA} ${WRKDIST}/doc/images/* ${RUBY_DOCDIR}/fox/images
-.include "../../graphics/Mesa/buildlink2.mk"
-.include "../../x11/fox/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../x11/fox/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index