mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
math/gnome-calculator: add missing dependency on introspection
- this could likely be optionified PR: 250331 Reported by: Marko Cupać <marko.cupac@mimar.rs>
This commit is contained in:
parent
d02e27011a
commit
c157c2bcd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558930
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gnome-calculator
|
||||
PORTVERSION= 3.38.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
@ -24,7 +25,7 @@ PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= compiler:c11 gettext gnome localbase:ldflags meson \
|
||||
pkgconfig python:3.6+,build tar:xz
|
||||
USE_GNOME= gtksourceview4 libxml2
|
||||
USE_GNOME= gtksourceview4 introspection libxml2
|
||||
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
||||
|
||||
GLIB_SCHEMAS= org.gnome.calculator.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user