mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
USES=compiler:c++11 is necessary to fix build on GCC-based architectures.
While here, pet portlint. PR: 233639 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
30d5256aa4
commit
971d902897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486415
@ -13,8 +13,6 @@ COMMENT= Library to help with AppStream metadata
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS_BUILD= appstream-glib-0.5.*
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc \
|
||||
gcab:archivers/gcab
|
||||
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
@ -25,7 +23,9 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
libfreetype.so:print/freetype2
|
||||
RUN_DEPENDS= gcab:archivers/gcab
|
||||
|
||||
USES= gettext gperf gnome libarchive meson \
|
||||
CONFLICTS_BUILD= appstream-glib-0.5.*
|
||||
|
||||
USES= compiler:c11 gettext gperf gnome libarchive meson \
|
||||
pkgconfig sqlite tar:xz
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection:build \
|
||||
libxml2:build pango
|
||||
|
Loading…
Reference in New Issue
Block a user