diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 17ee02043392..f8ecf5c31bf8 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,27 +1,29 @@ PORTNAME= mate-calc PORTVERSION= 1.26.0 PORTREVISION= 5 CATEGORIES= math mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= MATE calculator tool based on the old calctool for OpenWindows WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libmpc.so:math/mpc \ libmpfr.so:math/mpfr PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack libxml2 GNU_CONFIGURE= yes GLIB_SCHEMAS= org.mate.calc.gschema.xml +MAKE_JOBS_UNSAFE= yes + .include