svn commit: r558930 - head/math/gnome-calculator

Tobias C. Berner tcberner at FreeBSD.org
Tue Dec 22 17:40:34 UTC 2020


Author: tcberner
Date: Tue Dec 22 17:40:34 2020
New Revision: 558930
URL: https://svnweb.freebsd.org/changeset/ports/558930

Log:
  math/gnome-calculator: add missing dependency on introspection
  
  - this could likely be optionified
  
  PR:		250331
  Reported by:	Marko Cupać <marko.cupac at mimar.rs>

Modified:
  head/math/gnome-calculator/Makefile

Modified: head/math/gnome-calculator/Makefile
==============================================================================
--- head/math/gnome-calculator/Makefile	Tue Dec 22 17:32:31 2020	(r558929)
+++ head/math/gnome-calculator/Makefile	Tue Dec 22 17:40:34 2020	(r558930)
@@ -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


More information about the svn-ports-all mailing list