diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-15 02:05:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-15 02:05:17 +0000 |
commit | 135c1c7ed34f6b333287c7baaef73bb5d256006c (patch) | |
tree | 0986696cf9648de248fa961c4af6d80b59d75d49 /math/mingw32-libgmp/Makefile | |
parent | 514009c321ce75f7c170cae0b5e305049b338f3a (diff) | |
download | ports-135c1c7ed34f6b333287c7baaef73bb5d256006c.tar.gz ports-135c1c7ed34f6b333287c7baaef73bb5d256006c.zip |
Notes
Diffstat (limited to 'math/mingw32-libgmp/Makefile')
-rw-r--r-- | math/mingw32-libgmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile index fc58f77f8729..eecd49efa622 100644 --- a/math/mingw32-libgmp/Makefile +++ b/math/mingw32-libgmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgmp -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= math devel MASTER_SITES= ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/ PKGNAMEPREFIX= mingw32- |