git: f4553a39caad - main - graphics/libmypaint: enable OPENMP on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 16 Mar 2023 18:37:53 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4553a39caad2e71f25e8a2574538bc5ba66b035

commit f4553a39caad2e71f25e8a2574538bc5ba66b035
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-16 18:12:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-16 18:12:43 +0000

    graphics/libmypaint: enable OPENMP on powerpc64
---
 graphics/libmypaint/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
index 4dc7fe04cf66..391a2a56ef64 100644
--- a/graphics/libmypaint/Makefile
+++ b/graphics/libmypaint/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libmypaint
 DISTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/
 
@@ -24,6 +24,7 @@ TEST_TARGET=	check
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	NLS OPENMP
 OPTIONS_DEFAULT_amd64=	OPENMP
+OPTIONS_DEFAULT_powerpc64=	OPENMP
 OPTIONS_DEFAULT_powerpc64le=	OPENMP
 
 NLS_USES=	gettext