aboutsummaryrefslogtreecommitdiff
path: root/biology/seqan-apps
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-11-25 21:27:37 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2016-11-25 21:27:37 +0000
commit659c9675167a3c3ed24bf778c639b43981cbcd33 (patch)
tree6bec6a78bb240300325bb4d68e84361f36406264 /biology/seqan-apps
parent59ec137ee077b0fa76051387411a98469f6ad75b (diff)
downloadports-659c9675167a3c3ed24bf778c639b43981cbcd33.tar.gz
ports-659c9675167a3c3ed24bf778c639b43981cbcd33.zip
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
Notes
Notes: svn path=/head/; revision=427129
Diffstat (limited to 'biology/seqan-apps')
-rw-r--r--biology/seqan-apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index f4489dd1ff52..30cb01a99262 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -24,7 +24,7 @@ GH_PROJECT= seqan
USES= cmake:outsource
CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS"
-USE_GCC= 4.9+
+USE_GCC= yes
.include <bsd.port.pre.mk>