From 609975fb49922b8da331bee60781fffb724d05c7 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 21 Jul 2006 05:28:26 +0000 Subject: Needs a C compiler. --- mail/GNUMail/Makefile | 4 ++-- mail/Pantomime/Makefile | 4 ++-- math/algae/Makefile | 8 ++++---- math/fftw/Makefile | 4 ++-- math/fftw2/Makefile | 4 ++-- math/grace/Makefile | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile index 7f1a47781c4..dced4d82760 100644 --- a/mail/GNUMail/Makefile +++ b/mail/GNUMail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/21 05:33:01 rillig Exp $ # DISTNAME= GNUMail-1.1.2 @@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.collaboration-world.com/gnumail/ COMMENT= GNUstep clone of NeXT's Mail.app application -USE_LANGUAGES= objc +USE_LANGUAGES= c objc WRKSRC= ${WRKDIR}/GNUMail NO_CONFIGURE= yes diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile index 2f7a1bbd545..8a4d36a2d0b 100644 --- a/mail/Pantomime/Makefile +++ b/mail/Pantomime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/28 00:26:27 rh Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/21 05:32:40 rillig Exp $ # DISTNAME= Pantomime-1.1.2 @@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.collaboration-world.com/pantomime/ COMMENT= Objective-C mail system class library -USE_LANGUAGES= objc +USE_LANGUAGES= c objc WRKSRC= ${WRKDIR}/Pantomime NO_CONFIGURE= yes diff --git a/math/algae/Makefile b/math/algae/Makefile index 61cdad42398..ef87fd93f63 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/05 23:01:15 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/21 05:32:11 rillig Exp $ DISTNAME= algae-4.1.3 PKGREVISION= 4 @@ -12,10 +12,10 @@ COMMENT= Interpreted language for numerical analysis DEPENDS+= gnuplot>=3.5:../../graphics/gnuplot GNU_CONFIGURE= yes -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran USE_TOOLS+= ls tr -USE_GNU_READLINE= # uses history_truncate_file -INFO_FILES= # PLIST +USE_GNU_READLINE= yes # uses history_truncate_file +INFO_FILES= yes INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ mandir=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \ infodir=${PREFIX:Q}/${PKGINFODIR:Q} \ diff --git a/math/fftw/Makefile b/math/fftw/Makefile index c37344158b7..856e85fd116 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/07/07 18:02:01 adam Exp $ +# $NetBSD: Makefile,v 1.26 2006/07/21 05:30:22 rillig Exp $ DISTNAME= fftw-3.1.2 CATEGORIES= math @@ -11,7 +11,7 @@ COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 31b42dcf4c9..9d4ff173b7f 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/09 01:11:31 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/21 05:28:26 rillig Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-shared .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-i386-hacks .endif -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran USE_TOOLS+= gmake makeinfo INFO_FILES= # PLIST diff --git a/math/grace/Makefile b/math/grace/Makefile index c131667f199..6f5b6a8f7be 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/07/21 05:35:39 rillig Exp $ # DISTNAME= grace-5.1.14 @@ -18,7 +18,7 @@ COMMENT= GRaphing, Advanced Computation and Exploration of data USE_X11BASE= YES USE_TOOLS+= gmake -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace CONFIGURE_ARGS+= --without-bundled-xbae -- cgit v1.2.3