diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-06 20:40:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-06 20:40:51 +0000 |
commit | b7f2d323ae8ab95682f708ea929fe6e5f53150c4 (patch) | |
tree | 3b0e8bcb02552c5add5c6fbd68fbf55008f8af69 /multimedia/shotcut | |
parent | 02c5f4f1eea27bab8266f0b88135e23312bc7cb5 (diff) |
Split part of www/qt5-websockets into new port www/qt5-websockets-qml
This splits qt5-websockets into a qt5-websockets port containing the core parts,
and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt Quick,
so on the GUI parts (and hence X11) while the core parts do not.
PR: 220045
Submitted by: Adriaan de Groot <groot@kde.org>
Notes
Notes:
svn path=/head/; revision=445169
Diffstat (limited to 'multimedia/shotcut')
-rw-r--r-- | multimedia/shotcut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile index 4675e48c0f3d..94628c8865fc 100644 --- a/multimedia/shotcut/Makefile +++ b/multimedia/shotcut/Makefile @@ -3,7 +3,7 @@ PORTNAME= shotcut PORTVERSION= ${FULLVERSION:R} DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= avilla@FreeBSD.org |