From cde220b2c143859e8225403fd97a73b9267906b7 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 22 Jul 2006 04:46:13 +0000 Subject: Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. --- mail/bbmail/Makefile | 4 ++-- mail/evolution-data-server/Makefile | 4 ++-- mail/nullmailer/Makefile | 4 ++-- mail/spamass-milter/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index b9489f84c1c..492fa8749b9 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:53 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= bbmail-0.8.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin man/man1 diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 2f75f5ef2c1..e173fc30b71 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/07/05 05:37:42 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= evolution-data-server-1.6.2 @@ -15,7 +15,7 @@ BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_TOOLS+= bison gmake intltool msgfmt pkg-config -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 1deb7005c1d..b7c33ad276c 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/07/01 19:33:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/22 04:46:16 rillig Exp $ DISTNAME= nullmailer-1.03 CATEGORIES= mail @@ -8,7 +8,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://untroubled.org/nullmailer/ COMMENT= Simple relay-only mail transport agent -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE}/spool diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index def90cec547..f7fdd6e56ce 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= spamass-milter-0.3.0 @@ -13,7 +13,7 @@ COMMENT= Milter interface to Spamassassin DEPENDS+= spamassassin>=2.44:../../mail/spamassassin GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ RCD_SCRIPTS= spamass-milter -- cgit v1.2.3