diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
commit | db0c03aa84a5f05052fe228d203824c8a4cb12cc (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /math | |
parent | 976f4e0096ac9ead6bc91a68fc66de70adfa1eb2 (diff) | |
download | freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.gz freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.zst freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 2 | ||||
-rw-r--r-- | math/openblas/Makefile | 1 | ||||
-rw-r--r-- | math/py-ffc/Makefile | 2 | ||||
-rw-r--r-- | math/py-fiat/Makefile | 2 | ||||
-rw-r--r-- | math/py-ufl/Makefile | 2 | ||||
-rw-r--r-- | math/py-viper/Makefile | 2 | ||||
-rw-r--r-- | math/qrupdate/Makefile | 2 | ||||
-rw-r--r-- | math/ufc/Makefile | 2 |
8 files changed, 0 insertions, 15 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 1ce24775b2a8..1ddcde206215 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -24,8 +24,6 @@ LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr -FETCH_ARGS= -pRr - USE_BZIP2= yes USE_LDCONFIG= yes USES= cmake diff --git a/math/openblas/Makefile b/math/openblas/Makefile index 6b180480115f..fafb1e39892a 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -17,7 +17,6 @@ COMMENT= Optimized BLAS library based on GotoBLAS2 LICENSE= BSD DIST_SUBDIR= openblas -FETCH_ARGS= -Fpr GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS GH_TAGNAME= ${GH_COMMIT} diff --git a/math/py-ffc/Makefile b/math/py-ffc/Makefile index a473422c84d3..36918e49691b 100644 --- a/math/py-ffc/Makefile +++ b/math/py-ffc/Makefile @@ -16,8 +16,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FFC -FETCH_ARGS= -F - MAN1= ffc.1 MANCOMPRESSED= yes 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 diff --git a/math/py-ufl/Makefile b/math/py-ufl/Makefile index 613f55a09d5c..db29ac1a2a44 100644 --- a/math/py-ufl/Makefile +++ b/math/py-ufl/Makefile @@ -17,8 +17,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= UFL -FETCH_ARGS= -F - MAN1= form2ufl.1 \ ufl-analyse.1 \ ufl-convert.1 \ diff --git a/math/py-viper/Makefile b/math/py-viper/Makefile index 0badf94e80c3..4ae0664a9e1c 100644 --- a/math/py-viper/Makefile +++ b/math/py-viper/Makefile @@ -16,8 +16,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= viper -FETCH_ARGS= -F - MAN1= viper.1 MANCOMPRESSED= yes diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index 987ff6ddbc3c..e89843d1ee63 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -13,8 +13,6 @@ COMMENT= Fortran library for fast updates of QR and Cholesky decomposition LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack -FETCH_ARGS= -p - USES= gmake NO_STAGE= yes diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 1fc1a38bb70b..9c1907c25b15 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -20,8 +20,6 @@ PYDISTUTILS_PKGNAME= ufc CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig -FETCH_ARGS= -F - MMVERSION= 2.2 NO_STAGE= yes |