diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-10-03 21:35:43 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-10-03 21:41:19 +0200 |
commit | 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 (patch) | |
tree | caa9a9cb19807b578ab7d784374296c2b1846981 /graphics/inkscape | |
parent | math/kalker: New port: Scientific calculator that supports math syntax (diff) |
*/*: Remove more compiler:openmp instances
Reported by: antoine@
Fixes: 07fb2d5e9d00
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index b1df4cf6ca45..99e9cb531ef5 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -2,7 +2,7 @@ PORTNAME= inkscape DISTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/gallery/item/26932/ @@ -77,7 +77,6 @@ DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ GVFS_USE= GNOME=gvfs -OPENMP_USES= compiler:openmp OPENMP_CMAKE_BOOL= WITH_OPENMP POPPLER_DESC= PDF preview rendering |