diff options
author | snj <snj> | 2004-04-26 05:31:43 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-26 05:31:43 +0000 |
commit | af99925a27e40c43868589d1cfb58e622da32e8e (patch) | |
tree | e880d1d35f01c7c367d72d03b445fa1fcf69f084 | |
parent | 504e9b836c7a2ce778bef7a033df6ccd208e3196 (diff) | |
download | pkgsrc-af99925a27e40c43868589d1cfb58e622da32e8e.tar.gz |
Convert to buildlink3.
-rw-r--r-- | chat/everybuddy-gnome/Makefile | 4 | ||||
-rw-r--r-- | chat/everybuddy/Makefile | 6 | ||||
-rw-r--r-- | chat/everybuddy/Makefile.common | 6 | ||||
-rw-r--r-- | news/pan-gnome/Makefile | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/chat/everybuddy-gnome/Makefile b/chat/everybuddy-gnome/Makefile index 3eb4451c61a..9eca7f3c2ad 100644 --- a/chat/everybuddy-gnome/Makefile +++ b/chat/everybuddy-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/26 05:32:00 snj Exp $ .include "../everybuddy/Makefile.common" @@ -9,5 +9,5 @@ COMMENT+= with GNOME support CONFIGURE_ARGS+= --enable-panel -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/everybuddy/Makefile b/chat/everybuddy/Makefile index ded896818a1..d079fe0c942 100644 --- a/chat/everybuddy/Makefile +++ b/chat/everybuddy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2004/03/08 19:40:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/26 05:31:43 snj Exp $ .include "Makefile.common" PKGREVISION= 5 CONFLICTS+= everybuddy-gnome-[0-9]* -.include "../../audio/esound/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../audio/esound/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common index ba4d8ddb47f..3a4dfea04cd 100644 --- a/chat/everybuddy/Makefile.common +++ b/chat/everybuddy/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2004/04/14 16:15:21 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.15 2004/04/26 05:31:43 snj Exp $ DISTNAME= everybuddy-0.2.0 CATEGORIES= chat @@ -11,7 +11,7 @@ COMMENT= Universal Instant Messaging Client USE_DIRS+= gnome1-1.5 USE_GNU_TOOLS+= make GNU_CONFIGURE= YES -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes DISTINFO_FILE= ${.CURDIR}/../everybuddy/distinfo FILESDIR= ${.CURDIR}/../everybuddy/files @@ -29,4 +29,4 @@ post-build: post-install: ${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy -.include "../../converters/libiconv/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" diff --git a/news/pan-gnome/Makefile b/news/pan-gnome/Makefile index d18197f554c..b216c90f37d 100644 --- a/news/pan-gnome/Makefile +++ b/news/pan-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/14 19:30:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/26 05:33:04 snj Exp $ # DISTNAME= pan-0.11.4 @@ -13,7 +13,7 @@ COMMENT= Newsreader for Gnome BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES USE_X11BASE= YES @@ -25,7 +25,7 @@ CONFIGURE_ENV+= LOCALEDIR="${PKGLOCALEDIR}" LIBS= -lcompat .endif -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |