Date: Fri, 28 Dec 2018 19:01:43 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488618 - head/emulators/fuse Message-ID: <201812281901.wBSJ1hbB029381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Dec 28 19:01:43 2018 New Revision: 488618 URL: https://svnweb.freebsd.org/changeset/ports/488618 Log: emulators/fuse: fix build on GCC-based architectures PR: 234439 Submitted by: Piotr Kubaj Modified: head/emulators/fuse/Makefile Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Dec 28 18:51:59 2018 (r488617) +++ head/emulators/fuse/Makefile Fri Dec 28 19:01:43 2018 (r488618) @@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum -USES= gettext gmake gnome localbase perl5 pkgconfig +USES= compiler:c++11-lang gettext gmake gnome localbase perl5 pkgconfig USE_PERL5= build USE_GNOME= cairo libxml2 glib20 USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812281901.wBSJ1hbB029381>