mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This port now requires USES=compiler:c11 to build on GCC-based architectures.
PR: 233887 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
2baccdbd71
commit
4a170366dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489188
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
USES= gettext-runtime gnome libarchive meson pkgconfig tar:xz
|
||||
USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \
|
||||
tar:xz
|
||||
USE_GNOME= gtk30 introspection:build libxml2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue