sysutils/xfce4-mount-plugin: fix build on GCC architectures
Needs C11 compiler. Approved by: mentors (implicit approval)
This commit is contained in:
parent
176076973c
commit
f58f40ce61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513612
@ -13,7 +13,8 @@ COMMENT= Mount and umount utility for the Xfce4 panel
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
|
||||
tar:bzip2 xfce
|
||||
USE_GNOME= cairo gtk30 intltool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= panel
|
||||
|
Loading…
Reference in New Issue
Block a user