diff options
author | snj <snj> | 2004-04-26 05:31:43 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-26 05:31:43 +0000 |
commit | 0f8d51bdb84320879aff7b378b1992cd2275aee3 (patch) | |
tree | e880d1d35f01c7c367d72d03b445fa1fcf69f084 /chat | |
parent | c38c3472e91228630a5b1230921d7688a92923ab (diff) | |
download | pkgsrc-0f8d51bdb84320879aff7b378b1992cd2275aee3.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/everybuddy-gnome/Makefile | 4 | ||||
-rw-r--r-- | chat/everybuddy/Makefile | 6 | ||||
-rw-r--r-- | chat/everybuddy/Makefile.common | 6 |
3 files changed, 8 insertions, 8 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" |