diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-02-26 13:48:31 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-02-26 13:48:31 +0000 |
commit | 918ff2e4eeb81ad0130bfe5eb01f50769431fa2a (patch) | |
tree | 5aa331ef00e5f68360053e0ea9af5a2e7e522295 | |
parent | 87d19c1871f53b7ab9a77f776e4ab0c112724311 (diff) | |
download | pkgsrc-918ff2e4eeb81ad0130bfe5eb01f50769431fa2a.tar.gz |
uses both C and C++
-rw-r--r-- | devel/darts/Makefile | 3 | ||||
-rw-r--r-- | mail/fix-mime-charset/Makefile | 3 | ||||
-rw-r--r-- | textproc/bibclean/Makefile | 3 | ||||
-rw-r--r-- | textproc/libunicode/Makefile | 3 | ||||
-rw-r--r-- | time/devtodo/Makefile | 3 | ||||
-rw-r--r-- | www/amaya/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/devel/darts/Makefile b/devel/darts/Makefile index 077bd9910e1..631164213ca 100644 --- a/devel/darts/Makefile +++ b/devel/darts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/03/24 21:12:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/26 13:49:20 schwarz Exp $ DISTNAME= darts-0.2 CATEGORIES= devel @@ -8,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://chasen.org/~taku/software/darts/ COMMENT= C++ template library that implements Double-Array +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes DOCDIR= ${PREFIX}/share/doc/darts diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile index 1503e03be0d..95ace3690d7 100644 --- a/mail/fix-mime-charset/Makefile +++ b/mail/fix-mime-charset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/02/26 13:53:29 schwarz Exp $ # DISTNAME= fix-mime-charset-0.5.3 @@ -9,6 +9,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://fix-mime-chr.sourceforge.net/ COMMENT= Correct MIME charset type in mail headers +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= perl GNU_CONFIGURE= yes diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index 4d995c4f174..9fd33823f01 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/12/27 13:54:59 seb Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/26 13:50:14 schwarz Exp $ # DISTNAME= bibclean-2.11.4 @@ -12,6 +12,7 @@ COMMENT= Prettyprinter and syntax checker for BibTeX bibliography databases PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES post-install: diff --git a/textproc/libunicode/Makefile b/textproc/libunicode/Makefile index 84a61e64e3e..b7dc544cc04 100644 --- a/textproc/libunicode/Makefile +++ b/textproc/libunicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:36 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/26 13:51:16 schwarz Exp $ # DISTNAME= libunicode-0.4 @@ -10,6 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.pango.org/ COMMENT= Library for manipulating Unicode characters and strings +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile index 136a10f69f4..5c8f0b92308 100644 --- a/time/devtodo/Makefile +++ b/time/devtodo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/01 02:40:43 snj Exp $ +# $NetBSD: Makefile,v 1.24 2006/02/26 13:48:31 schwarz Exp $ DISTNAME= devtodo-0.1.18 CATEGORIES= time @@ -8,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://swapoff.org/DevTodo COMMENT= Display and manage a list of items that are outstanding +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/www/amaya/Makefile b/www/amaya/Makefile index bf6742eeedf..e487ca7e993 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/02/21 22:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/02/26 13:52:23 schwarz Exp $ DISTNAME= amaya-fullsrc-9.2.1 PKGNAME= ${DISTNAME:S/-fullsrc//} @@ -17,6 +17,7 @@ EXTRACT_ELEMENTS= Amaya libwww WRKSRC= ${WRKDIR}/Amaya/work USE_DIRS+= xdg-1.1 +USE_LANGUAGE= c c++ USE_TOOLS+= gmake perl GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure |