mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
sysutils/arcconf: Go with the generic USE_GCC=yes
Practically USE_GCC=4.8+ is equivalent to USE_GCC=yes in nearly all cases and version specific dependencies should only be used when unavoidable, so go with USE_GCC=yes. PR: 256991
This commit is contained in:
parent
cf5ea766e5
commit
4321def112
@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= amd64
|
||||
LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT}
|
||||
|
||||
USES= zip
|
||||
USE_GCC= 4.8+
|
||||
USE_GCC= yes
|
||||
|
||||
SUB_FILES+= ${PERIODICSCRIPT}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user