diff options
Diffstat (limited to 'math/mpcomplex/Makefile')
-rw-r--r-- | math/mpcomplex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/mpcomplex/Makefile b/math/mpcomplex/Makefile index f1196e62560..76e721937ac 100644 --- a/math/mpcomplex/Makefile +++ b/math/mpcomplex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/09/11 23:04:24 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/13 17:34:22 asau Exp $ -DISTNAME= mpc-1.0 -PKGNAME= mpcomplex-1.0 +DISTNAME= mpc-1.0.1 +PKGNAME= mpcomplex-1.0.1 CATEGORIES= math MASTER_SITES= http://www.multiprecision.org/mpc/download/ @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes INFO_FILES= yes +# The test that checks version match between binary library and +# headers MIGHT NEED THE PACKAGE INSTALLED. Might fail otherwise. TEST_TARGET= check BUILDLINK_API_DEPENDS.gmp+= gmp>=4.3.2 |