From b37ee96c50f9d766c56b95cbf4f0a878275dc692 Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 4 Feb 2004 22:23:46 +0000 Subject: + USE_LANGUAGES=c c++ --- audio/id3v2/Makefile | 3 ++- graphics/libungif/Makefile | 3 ++- lang/jikes/Makefile | 3 ++- lang/python23/Makefile.common | 3 ++- net/nmap/Makefile | 3 ++- sysutils/cdrdao/Makefile | 3 ++- sysutils/xosview/Makefile | 3 ++- www/mozilla/Makefile.common | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 69ea3759545..f976f698f8d 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:22:28 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/04 22:23:47 abs Exp $ DISTNAME= id3v2-0.1.9 CATEGORIES= audio @@ -8,6 +8,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://id3v2.sourceforge.net/ COMMENT= Command line editor for id3v2 tags +USE_LANGUAGES= c c++ USE_BUILDLINK2= YES .include "../../audio/id3lib/buildlink2.mk" diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 58ef426fd9a..19ac995b925 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/01/29 12:06:19 grant Exp $ +# $NetBSD: Makefile,v 1.28 2004/02/04 22:23:47 abs Exp $ # DISTNAME= libungif-4.1.0b1 @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x CONFIGURE_ENV+= ac_cv_lib_X11_main=no +USE_LANGUAGES= c c++ USE_BUILDLINK3= yes DOCDIR= ${PREFIX}/share/doc/libungif diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index c7370ba9142..e66ade74d23 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/24 13:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/04 22:23:47 abs Exp $ # DISTNAME= jikes-1.18 @@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* SunOS-*-* Linux-*-* USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_GCC_SHLIB= yes UNLIMIT_RESOURCES= datasize diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index afb22b994f4..2b2bd3a9319 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/02/04 22:23:47 abs Exp $ # DISTNAME= Python-2.3.3 @@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +USE_LANGUAGES= c c++ USE_GCC_SHLIB= yes USE_DB185= yes USE_BUILDLINK2= yes diff --git a/net/nmap/Makefile b/net/nmap/Makefile index d40c115aae4..8b66f5d9633 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/23 11:43:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2004/02/04 22:23:47 abs Exp $ # DISTNAME= nmap-3.50 @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_GCC_SHLIB= YES GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.libpcre} diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 8041e49fa2d..f15f8ac5490 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 15:06:57 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/04 22:23:47 abs Exp $ # DISTNAME= ${PKGNAME}.src @@ -13,6 +13,7 @@ COMMENT= Records audio or data CD-Rs in disk-at-once (DAO) mode WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-pcctsbin=${PREFIX}/bin CONFIGURE_ARGS+= --with-pcctsinc=${PREFIX}/include/pccts CONFIGURE_ARGS+= --without-posix-threads diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index d0a84cda4c0..1c625b060d3 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/01/24 15:06:58 grant Exp $ +# $NetBSD: Makefile,v 1.49 2004/02/04 22:23:47 abs Exp $ DISTNAME= xosview-1.8.1 CATEGORIES= sysutils @@ -12,6 +12,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_X11BASE= YES +USE_LANGUAGES= c++ HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index ee4ade64792..a5bab55ba16 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2004/01/24 15:23:47 grant Exp $ +# $NetBSD: Makefile.common,v 1.30 2004/02/04 22:23:46 abs Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -16,6 +16,7 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip WRKSRC= ${WRKDIR}/mozilla USE_BUILDLINK2= yes USE_GCC_SHLIB= yes +USE_LANGUAGES= c c++ USE_PERL5= build USE_GNU_TOOLS+= make USE_X11= yes -- cgit v1.2.3