diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 20:50:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 20:50:39 +0000 |
commit | dcb9666c862e592e446ef537aaed96f165cc8e89 (patch) | |
tree | 0a01c113be0dc6be12b1fa1711c00febf40f7a0d | |
parent | replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need mo... (diff) |
remove USE_GCC=4.2+ all support freebsd version has it or better.
-rw-r--r-- | astro/gpstk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index 84f69565c5f4..35345b423d08 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -18,7 +18,6 @@ NO_STAGE= yes USE_PYTHON_RUN= yes USE_LDCONFIG= yes USE_DOS2UNIX= yes -USE_GCC= 4.2+ DOS2UNIX_REGEX= ${WRKSRC}/Jamrules JAM= jam |