Canonicalize use of GCC on all powerpc variants.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-23 17:44:40 +00:00
parent 52dc4a9eea
commit 96c6c4a799
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549761

View file

@ -230,7 +230,7 @@ XWIDGETS_CONFIGURE_WITH= xwidgets
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64
.if ${ARCH:Mpowerpc*}
USE_GCC= any
.endif