diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
commit | 25020695c08c46417b890ec4e950d67c69bed90a (patch) | |
tree | a9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /math | |
parent | b3b9fb6516341d7e0997532375ab8c8f8b0d165f (diff) | |
download | pkgsrc-25020695c08c46417b890ec4e950d67c69bed90a.tar.gz |
Uses C++.
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 2dc164b2056..54f16dfb9b8 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/06 19:46:33 adam Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/06 14:56:20 joerg Exp $ DISTNAME= cln-1.1.11 CATEGORIES= math @@ -12,6 +12,7 @@ HOMEPAGE= http://www.ginac.de/CLN/ COMMENT= CLN Class Library for Numbers USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes LIBTOOL_OVERRIDE+= libtool |