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 | 31c9ddae185861ecb415a686e6b0addf511fb4dd (patch) | |
tree | 5aa331ef00e5f68360053e0ea9af5a2e7e522295 /time/devtodo | |
parent | 3687f85eb8febd78224476ff609000fae589f36d (diff) | |
download | pkgsrc-31c9ddae185861ecb415a686e6b0addf511fb4dd.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 |