git: 1836030092a9 - main - devel/qcoro: drop not necessary anymore LLVM from ports on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:33 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1836030092a94004d0c474b9916f8f981b5aea19
commit 1836030092a94004d0c474b9916f8f981b5aea19
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-04 11:50:42 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:55 +0000
devel/qcoro: drop not necessary anymore LLVM from ports on powerpc*
---
devel/qcoro/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile
index e7e1fc7d74f1..eed6256410f2 100644
--- a/devel/qcoro/Makefile
+++ b/devel/qcoro/Makefile
@@ -1,6 +1,7 @@
PORTNAME= qcoro
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= devel kde
PKGNAMESUFFIX= -${FLAVOR}
@@ -33,10 +34,4 @@ PLIST_SUB= QT_VER=${FLAVOR:S/qt//} \
SHORTVER=${DISTVERSION:R:R} \
FULLVER=${DISTVERSION}
-.include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc*}
-USES+= llvm:min=16
-.endif
-
.include <bsd.port.mk>