diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-08-01 22:30:43 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-08-01 22:30:43 +0800 |
commit | c5d6b37ebaee4dfeaccb9339afe5eb3203498f88 (patch) | |
tree | 55a829b73e1ab098e8af30724141dba6e8a25250 /audio/cantata/Makefile | |
parent | 674282d26f28b751ac95dc7db1c4d9c5fcb63649 (diff) | |
download | freebsd-ports-gnome-c5d6b37ebaee4dfeaccb9339afe5eb3203498f88.tar.gz freebsd-ports-gnome-c5d6b37ebaee4dfeaccb9339afe5eb3203498f88.tar.zst freebsd-ports-gnome-c5d6b37ebaee4dfeaccb9339afe5eb3203498f88.zip |
Update audio/cantata to 2.1.0
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11802
Diffstat (limited to 'audio/cantata/Makefile')
-rw-r--r-- | audio/cantata/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile index 1920fdf0bb46..80766de84282 100644 --- a/audio/cantata/Makefile +++ b/audio/cantata/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= cantata -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -19,7 +18,8 @@ USE_QT5= buildtools_build concurrent core dbus gui network \ qmake_build sql sql-sqlite3_run svg widgets xml CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \ - -DENABLE_KDE:BOOL=FALSE + -DENABLE_KDE:BOOL=FALSE \ + -DCMAKE_DISABLE_FIND_PACKAGE_UDev:BOOL=TRUE USES= cmake:outsource cpe pkgconfig shebangfix SHEBANG_FILES= dynamic/cantata-dynamic cantata-remote.cmake |