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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/eom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 1f58dcdb06c1..7b22e6cf1b41 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake jpeg libtool localbase \ - pathfix pkgconfig tar:xz +USES= compiler:c++11-lang desktop-file-utils gettext gmake jpeg \ + libtool localbase pathfix pkgconfig tar:xz USE_MATE= desktop icontheme USE_XORG= x11 USE_GNOME= cairo gnomeprefix gtk30 intltool introspection \ |