Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 17:40:34 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558930 - head/math/gnome-calculator
Message-ID:  <202012221740.0BMHeYWv047227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012221740.0BMHeYWv047227>