From 7a7f5b6217abf2f442abc9b81369768b9d6c38bb Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 28 Jul 2004 13:18:11 +0000 Subject: USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes --- editors/kile/Makefile | 3 ++- finance/kmymoney2/Makefile | 7 ++++--- graphics/pixieplus/Makefile | 11 ++++++----- mail/kbiff/Makefile | 4 +++- security/kssh/Makefile | 7 ++++--- sysutils/kdirstat/Makefile | 4 +++- x11/kmessage/Makefile | 4 +++- 7 files changed, 25 insertions(+), 15 deletions(-) diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 0ea1bd9505b..6f7d17c9f3a 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/05/29 12:55:23 markd Exp $ +# $NetBSD: Makefile,v 1.24 2004/07/28 13:18:11 markd Exp $ DISTNAME= kile-1.6.3 CATEGORIES= editors kde @@ -12,6 +12,7 @@ USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../meta-pkgs/kde3/kde3.mk" diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 2dd1e5c43fa..3d1951e962c 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/06/15 13:58:51 markd Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/28 13:18:11 markd Exp $ DISTNAME= kmymoney2-0.6 CATEGORIES= finance kde @@ -11,14 +11,15 @@ COMMENT= Personal finance manager for kde3 USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES +GNU_CONFIGURE= YES SHLIBTOOL_OVERRIDE= libtool CONFIGURE_ARGS+= --enable-mt .include "../../meta-pkgs/kde3/kde3.mk" -.include "../../x11/kdebase3/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/kdebase3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 27eb416b0f5..e0718a254fe 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/06/15 13:24:44 markd Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/28 13:18:11 markd Exp $ # DISTNAME= pixieplus-0.5.4 @@ -12,14 +12,15 @@ HOMEPAGE= http://www.mosfet.org/pixie/ COMMENT= Free, fast, and feature packed image browser for KDE USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_LIBTOOL= YES -USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/kdegraphics3/buildlink3.mk" +.include "../../meta-pkgs/kde3/kde3.mk" .include "../../graphics/ImageMagick/buildlink3.mk" +.include "../../graphics/kdegraphics3/buildlink3.mk" .include "../../graphics/libungif/buildlink3.mk" -.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 61256d122aa..5aa2e37146a 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/23 12:09:00 markd Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/28 13:18:11 markd Exp $ DISTNAME= kbiff-3.7 PKGREVISION= 1 @@ -13,7 +13,9 @@ COMMENT= A new mail notification utility for KDE USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes +SHLIBTOOL_OVERRIDE= libtool .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 076087ba891..f0b15655905 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/05/07 01:14:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/28 13:18:11 markd Exp $ # DISTNAME= kssh-0.7 PKGREVISION= 7 -CATEGORIES= security +CATEGORIES= security kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kssh/} MAINTAINER= tech-pkg@NetBSD.org @@ -11,9 +11,10 @@ HOMEPAGE= http://kssh.sourceforge.net/ COMMENT= KDE Front-end to SSH USE_BUILDLINK3= YES -GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= YES +GNU_CONFIGURE= YES .include "../../meta-pkgs/kde3/kde3.mk" .include "../../net/kdenetwork3/buildlink3.mk" diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile index 6021ced2abc..42f0c18ad5a 100644 --- a/sysutils/kdirstat/Makefile +++ b/sysutils/kdirstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/23 12:15:22 markd Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/28 13:18:11 markd Exp $ DISTNAME= kdirstat-2.4.0 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= A graphical disk usage utility USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../meta-pkgs/kde3/kde3.mk" diff --git a/x11/kmessage/Makefile b/x11/kmessage/Makefile index d5343f10c7e..dafa1a3e3be 100644 --- a/x11/kmessage/Makefile +++ b/x11/kmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/23 12:11:25 markd Exp $ +# $NetBSD: Makefile,v 1.9 2004/07/28 13:18:11 markd Exp $ DISTNAME= kmessage-0.1 PKGREVISION= 4 @@ -11,6 +11,8 @@ COMMENT= KMessage is an xmessage clone for KDE USE_BUILDLINK3= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES GNU_CONFIGURE= YES .include "../../meta-pkgs/kde3/kde3.mk" -- cgit v1.2.3