aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2016-11-26 05:27:37 +0800
committergerald <gerald@FreeBSD.org>2016-11-26 05:27:37 +0800
commit5ebb08b847ae4db7010dd0638e4c32691ddb7751 (patch)
tree6bec6a78bb240300325bb4d68e84361f36406264 /biology
parentc85ca64a54c0849db62bacc66ec3cca5b9fd9c49 (diff)
downloadfreebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.tar.gz
freebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.tar.zst
freebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.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.
Diffstat (limited to 'biology')
-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>