diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-06 19:31:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-06 19:31:18 +0000 |
commit | 747987c59bee3594b3034688217636db33c1206e (patch) | |
tree | b63b29b61b523dbe62ecbbd3af4a4830885294ed /math/mingw32-libgmp/Makefile | |
parent | 6f2c69854fa803fa2778b7ecb8a28df3229c6b6a (diff) | |
download | ports-747987c59bee3594b3034688217636db33c1206e.tar.gz ports-747987c59bee3594b3034688217636db33c1206e.zip |
Notes
Diffstat (limited to 'math/mingw32-libgmp/Makefile')
-rw-r--r-- | math/mingw32-libgmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile index d5432e69867d..711b5a4d7fec 100644 --- a/math/mingw32-libgmp/Makefile +++ b/math/mingw32-libgmp/Makefile @@ -19,6 +19,8 @@ COMMENT= Library for arbitrary precision arithmetic (MinGW32) BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt +BROKEN= does not build + GMP_TARG= ${PKGNAMEPREFIX:S/-$//} GNU_CONFIGURE= yes CC= ${PKGNAMEPREFIX}gcc |