diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-03 00:36:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-03 00:36:00 +0800 |
commit | 8fe10b1f9e61302a581b4fc4fa1dc65366418d56 (patch) | |
tree | 4fcdfd11505e0347c3d727d9a7448f75434bd71e /x11-themes | |
parent | 2198ff2c6d37e00fc1127ce6f275fee54b252021 (diff) | |
download | freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.tar.gz freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.tar.zst freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.zip |
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-oxygen-engine/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk3-oxygen-engine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-oxygen-engine/Makefile b/x11-themes/gtk-oxygen-engine/Makefile index 6e5460d710e0..0089e23d2fb2 100644 --- a/x11-themes/gtk-oxygen-engine/Makefile +++ b/x11-themes/gtk-oxygen-engine/Makefile @@ -17,7 +17,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib +USES= cmake compiler:c++11-lang pkgconfig tar:bzip2 USE_GNOME= gtk20 -USES= cmake pkgconfig tar:bzip2 .include <bsd.port.mk> diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile index dabead6268df..08a75f924b03 100644 --- a/x11-themes/gtk3-oxygen-engine/Makefile +++ b/x11-themes/gtk3-oxygen-engine/Makefile @@ -17,7 +17,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib +USES= cmake:outsource compiler:c++11-lang pkgconfig tar:bzip2 USE_GNOME= gtk30 -USES= cmake:outsource pkgconfig tar:bzip2 .include <bsd.port.mk> |