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/a0d1053ea18d
branches:  trunk
changeset: 472586:a0d1053ea18d
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 16:37:54 2004 +0000

description:
Convert to buildlink3.

diffstat:

 time/asclock-gtk/Makefile |  6 +++---
 wm/econf/Makefile         |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r a567a9bfafd9 -r a0d1053ea18d time/asclock-gtk/Makefile
--- a/time/asclock-gtk/Makefile Sun Apr 11 16:35:43 2004 +0000
+++ b/time/asclock-gtk/Makefile Sun Apr 11 16:37:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:27:15 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/11 16:37:54 snj Exp $
 #
 
 DISTNAME=      asclock-gtk-2.1.10beta
@@ -13,7 +13,7 @@
 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
 
 WRKSRC=                ${WRKDIR}/asclock-gtk
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 USE_X11BASE=   # defined
 
 PLIST_SRC=     ${PKGDIR}/PLIST \
@@ -36,5 +36,5 @@
        ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-gtk
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-gtk
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a567a9bfafd9 -r a0d1053ea18d wm/econf/Makefile
--- a/wm/econf/Makefile Sun Apr 11 16:35:43 2004 +0000
+++ b/wm/econf/Makefile Sun Apr 11 16:37:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/19 08:34:01 bouyer Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/11 16:39:23 snj Exp $
 #
 
 DISTNAME=              enlightenment-conf-0.15
@@ -11,12 +11,12 @@
 HOMEPAGE=              http://www.enlightenment.org/
 COMMENT=               Configuration tool for easily setting up Enlightenment
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
 USE_X11=               yes
 USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
-.include "../../x11/controlcenter/buildlink2.mk"
+.include "../../x11/controlcenter/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index