diff options
author | joerg <joerg> | 2006-06-06 14:56:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-06 14:56:20 +0000 |
commit | eb0827183e23873bd6f1f439fec440e17178d583 (patch) | |
tree | a9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /math | |
parent | 52de8b167998c8bad720df3b9877b7a376ae3969 (diff) | |
download | pkgsrc-eb0827183e23873bd6f1f439fec440e17178d583.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 |