diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /math/py-fiat | |
parent | - Attempt to fix build on systems without gcc (error was: (diff) |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'math/py-fiat')
-rw-r--r-- | math/py-fiat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile index b2fcfe6ea195..44c2fe112d03 100644 --- a/math/py-fiat/Makefile +++ b/math/py-fiat/Makefile @@ -21,8 +21,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FIAT -FETCH_ARGS= -F - MMVERSION= 1.1 NO_STAGE= yes |