diff options
Diffstat (limited to 'math/isl/Makefile')
-rw-r--r-- | math/isl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile index a311b1ddd3a..6148a3a51c3 100644 --- a/math/isl/Makefile +++ b/math/isl/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2013/04/16 06:47:15 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/02/25 09:18:25 adam Exp $ -DISTNAME= isl-0.11.2 +DISTNAME= isl-0.12.2 CATEGORIES= math -MASTER_SITES= http://garage.kotnet.org/~skimo/isl/ \ - ${MASTER_SITE_GNU:=gcc/infrastructure/} +MASTER_SITES= http://isl.gforge.inria.fr/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://garage.kotnet.org/~skimo/isl/ +HOMEPAGE= http://isl.gforge.inria.fr/ COMMENT= Integer set library required by gcc graphite LICENSE= mit USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmpl} TEST_TARGET= check |