From 7715234c3d9181976e1e95b813eacbe0a868712d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 26 Dec 2018 22:39:27 +0000 Subject: [PATCH] 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) --- audio/osd-lyrics/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile index 97589ff6af39..71b7ec159c1f 100644 --- a/audio/osd-lyrics/Makefile +++ b/audio/osd-lyrics/Makefile @@ -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