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 /time/devtodo | |
parent | 87d19c1871f53b7ab9a77f776e4ab0c112724311 (diff) | |
download | pkgsrc-918ff2e4eeb81ad0130bfe5eb01f50769431fa2a.tar.gz |
uses both C and C++
Diffstat (limited to 'time/devtodo')
-rw-r--r-- | time/devtodo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |