diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2011-06-27 22:54:44 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2011-06-27 22:54:44 +0000 |
commit | a7f226309a94eb3cbf58b102484a13e9fb7d341d (patch) | |
tree | 1415cec50ce189c2dcf2087375acb5f1c119bd1b /math/eigen2 | |
parent | 9a6ce42123744a696503d831ef24edb397ddffc7 (diff) | |
download | ports-a7f226309a94eb3cbf58b102484a13e9fb7d341d.tar.gz ports-a7f226309a94eb3cbf58b102484a13e9fb7d341d.zip |
- Adjust FETCH_ARGS to fix fetching from secured site after redirect
Noticed by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=276528
Diffstat (limited to 'math/eigen2')
-rw-r--r-- | math/eigen2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index e5818e925173..c5083b34dd6b 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -17,6 +17,7 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes +FETCH_ARGS= -Fpr LATEST_LINK= ${PORTNAME}2 |