Date: Wed, 26 Dec 2018 22:39:27 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488478 - head/audio/osd-lyrics Message-ID: <201812262239.wBQMdRQO024080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 22:39:27 2018 New Revision: 488478 URL: https://svnweb.freebsd.org/changeset/ports/488478 Log: This port needs USES=compiler:c++11-lang to build on GCC-based architectures. While here, add USES=gnome. PR: 234229 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/osd-lyrics/Makefile Modified: head/audio/osd-lyrics/Makefile ============================================================================== --- head/audio/osd-lyrics/Makefile Wed Dec 26 22:36:51 2018 (r488477) +++ head/audio/osd-lyrics/Makefile Wed Dec 26 22:39:27 2018 (r488478) @@ -16,7 +16,8 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libdbus-glib-1.so:devel/dbus-glib \ libcurl.so:ftp/curl -USES= desktop-file-utils gettext gmake iconv localbase pkgconfig sqlite +USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \ + iconv localbase pkgconfig sqlite USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262239.wBQMdRQO024080>