summaryrefslogtreecommitdiff
path: root/math/cln/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-04 21:20:57 +0000
committeradam <adam@pkgsrc.org>2007-01-04 21:20:57 +0000
commitaecaf2264cdc37baec94d95f6e35118970d4d49d (patch)
treeb89605dfb065478b4e90d520e6db220cd42666a9 /math/cln/Makefile
parentabce655fa7ef930cfe3e4b59e1baa99aa0c012a1 (diff)
downloadpkgsrc-aecaf2264cdc37baec94d95f6e35118970d4d49d.tar.gz
Changes 1.1.13:
* Compilation fixes for 64-bit brokenness introduced in last release. Changes 1.1.12: * Fix rare assertion when printing quite large floats. * Compilation fixes for several platforms: *BSD, Intel Mac, and MinGW.
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r--math/cln/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 16410fe18c7..bcb6bd67e88 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2006/07/07 15:49:32 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/04 21:20:57 adam Exp $
-DISTNAME= cln-1.1.11
+DISTNAME= cln-1.1.13
CATEGORIES= math
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \
ftp://ftp.santafe.edu/pub/gnu/ \
@@ -16,6 +16,6 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cln.pc.in
-INFO_FILES= # PLIST
+INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"