diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-13 23:33:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-13 23:33:42 +0800 |
commit | f9c78435c00bcbb42cc95697de48f9303bc95ebe (patch) | |
tree | 9c3b61f1aac5ba47175cfec9e0746ce4dd36057b /math | |
parent | 5bd363d5016d04717d4d2fdc795137436d269e34 (diff) | |
download | freebsd-ports-gnome-f9c78435c00bcbb42cc95697de48f9303bc95ebe.tar.gz freebsd-ports-gnome-f9c78435c00bcbb42cc95697de48f9303bc95ebe.tar.zst freebsd-ports-gnome-f9c78435c00bcbb42cc95697de48f9303bc95ebe.zip |
Given nothing is built USE_GCC is uselss
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack++/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index bf7a275dc3fa..731a6233114e 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -35,8 +35,6 @@ BLAS= -lblas LAPACK= -llapack .endif -USE_GCC=4.2+ - NO_BUILD= yes REINPLACE_ARGS= -i "" USE_GMAKE= yes |