diff options
-rw-r--r-- | devel/qcoro/Makefile | 7 |
1 files changed, 1 insertions, 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> |