diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-24 17:11:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-24 17:11:01 +0800 |
commit | dda164f7def601a80534e8b5f7701b0b10761332 (patch) | |
tree | 4987aa62eaa4ec5021b68c43c786c26bd9270338 /graphics | |
parent | f1c4db51ed0d6adf6ad3c8121dc43df8bc8f6e80 (diff) | |
download | freebsd-ports-gnome-dda164f7def601a80534e8b5f7701b0b10761332.tar.gz freebsd-ports-gnome-dda164f7def601a80534e8b5f7701b0b10761332.tar.zst freebsd-ports-gnome-dda164f7def601a80534e8b5f7701b0b10761332.zip |
Add compiler:c11 to USES to fix build on gcc-based archs.
PR: 232817
Submitted by: Piotr Kubaj
Reviewed by: Ting-Wei Lan
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 5fdd0cd3f4b2..141bad92e3a6 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ PORTSCOUT= limitw:1,even -USES= compiler:c++11-lang desktop-file-utils gettext gmake jpeg \ +USES= compiler:c11 desktop-file-utils gettext gmake jpeg \ libtool localbase pathfix pkgconfig tar:xz USE_MATE= desktop icontheme USE_XORG= x11 |