aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-21 07:23:59 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-21 07:23:59 +0000
commit62aa63f89c7b2be10de0e4851e10f3d58403dcf8 (patch)
tree357f14547ece03ed6f1ea54e0eba79851d67f289 /audio/amarok/Makefile
parent54bba85b246b786b4c603000430c3f52fc393206 (diff)
devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1 - copy devel/qca to devel/qca-legacy which is held at the current version - update devel/qca to 2.3 - Add Uses/qca.mk which handles dependency on either of the ports depending on the FreeBSD version Users on FreeBSD11 must therefore change their pkg orign à la: pkg set -o devel/qca:devel/qca-legacy PR: 244682 Exp-run by: antoine Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D24042
Notes
Notes: svn path=/head/; revision=528829
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r--audio/amarok/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 4d4eb1ebce82..0c1b736f009c 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -4,7 +4,7 @@ PORTNAME= amarok
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.70
PKGVERSIONSUFFIX= -g${GH_TAGNAME}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio kde
MAINTAINER= kde@FreeBSD.org
@@ -17,13 +17,12 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libfftw3.so:math/fftw3 \
liblastfm5.so:audio/liblastfm-qt5 \
libqjson-qt5.so:devel/qjson \
- libqca-qt5.so:devel/qca \
libtag.so:audio/taglib \
libtag-extras.so:audio/taglib-extras \
liblz4.so:archivers/liblz4
USES= cmake compiler:c++11-lang desktop-file-utils \
- kde:5 mysql:client,embedded pkgconfig qt:5 shebangfix ssl xorg
+ kde:5 mysql:client,embedded pkgconfig qca qt:5 shebangfix ssl xorg
USE_QT= core concurrent declarative dbus gui location network phonon4 \
quickcontrols2 script scripttools sql svg webchannel \