This port needs USES=compiler:c++11-lang to build on GCC architectures. While here, add USES=gnome. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Which version have you looked at? USES=gnome is already there.
(In reply to Niclas Zeising from comment #1) I'm wondering if the comment was cut-and-paste from one of the other similar ports PRs? In any case I've tested on both amd64 and powerpc64 with the following patch: -USES= desktop-file-utils gettext gmake gnome gperf pkgconfig \ - shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gettext gmake \ + gnome gperf pkgconfig shared-mime-info
A commit references this bug: Author: zeising Date: Sun Dec 23 20:40:55 UTC 2018 New revision: 488240 URL: https://svnweb.freebsd.org/changeset/ports/488240 Log: cad/gtkwave: Fix build on GCC-based architectures Fix build of cad/gtkwave on GCC-based architectures by adding compiler:c++11-lang to USES. PR: 234210 Submitted by: Piotr Kubaj Changes: head/cad/gtkwave/Makefile
Fixed, thanks!