aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-07-12 11:44:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-07-12 11:44:09 +0000
commitc0e9d583cb9fb6104dcfe42a20316235a87de489 (patch)
tree9f271bf99b2b6c42f727db28991c1993484b54ab
parentd115f9ab3e6030f8563a69309b7c22e4ba6bc49b (diff)
downloadports-c0e9d583cb9fb6104dcfe42a20316235a87de489.tar.gz
ports-c0e9d583cb9fb6104dcfe42a20316235a87de489.zip
devel/libruin: Refer to GCC, not gcc7
lang/gcc7 is not actually in use any longer and should be removed soon, so generically refer to GCC, not gcc7 specifically.
-rw-r--r--devel/libruin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile
index 0ababb67490b..3c7b7cfa8e7d 100644
--- a/devel/libruin/Makefile
+++ b/devel/libruin/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
NOT_FOR_ARCHS= mips
-NOT_FOR_ARCHS_REASON= glib needs gcc7(Not available for mips)
+NOT_FOR_ARCHS_REASON= glib needs GCC (not available for mips)
BUILD_DEPENDS= guile-lib>0:devel/guile-lib
LIB_DEPENDS= libguile-2.2.so:lang/guile2 \