aboutsummaryrefslogtreecommitdiff
path: root/graphics/libmypaint
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-10-03 19:35:43 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-10-03 19:41:19 +0000
commit54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 (patch)
treecaa9a9cb19807b578ab7d784374296c2b1846981 /graphics/libmypaint
parentde91090efbbd21ea6a63e5e8cd2d3fd9c82d7ce3 (diff)
downloadports-54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991.tar.gz
ports-54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991.zip
*/*: Remove more compiler:openmp instances
Reported by: antoine@ Fixes: 07fb2d5e9d00
Diffstat (limited to 'graphics/libmypaint')
-rw-r--r--graphics/libmypaint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
index 2823180baf19..15a6abcce2d8 100644
--- a/graphics/libmypaint/Makefile
+++ b/graphics/libmypaint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libmypaint
DISTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/
@@ -28,6 +29,5 @@ NLS_USE= GNOME=intltool
NLS_CONFIGURE_ENABLE= nls i18n
OPENMP_CONFIGURE_ENABLE= openmp
-OPENMP_USES= compiler:openmp
.include <bsd.port.mk>