diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-30 08:32:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-30 08:32:46 +0000 |
commit | 12445c566245871091f420f041abe4a74e0d0301 (patch) | |
tree | b22f6a524ed26b053db55171337d8d722903d7aa /audio | |
parent | 6106add6f4e98a2638d53d664d621fd395f825db (diff) | |
download | freebsd-ports-12445c566245871091f420f041abe4a74e0d0301.zip |
audio/jamulus: Add missing USES=gl
Also fix WWW.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jamulus/Makefile | 4 | ||||
-rw-r--r-- | audio/jamulus/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/jamulus/Makefile b/audio/jamulus/Makefile index 2a9b1298280c..63bc78940079 100644 --- a/audio/jamulus/Makefile +++ b/audio/jamulus/Makefile @@ -2,6 +2,7 @@ PORTNAME= jamulus DISTVERSION= 3.5.11 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/llcon/${NAME}/${DISTVERSION}/ DISTNAME= ${NAME}-${PORTVERSION} @@ -14,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack -USES= compiler:c++11-lang pkgconfig qmake qt:5 +USES= compiler:c++11-lang gl pkgconfig qmake qt:5 USE_QT= concurrent core gui network widgets xml buildtools_build linguisttools_build +USE_GL= gl NAME= Jamulus diff --git a/audio/jamulus/pkg-descr b/audio/jamulus/pkg-descr index 8a3da2951355..89f9af366846 100644 --- a/audio/jamulus/pkg-descr +++ b/audio/jamulus/pkg-descr @@ -3,4 +3,4 @@ the Internet. There is one server running the Jamulus server software which collects the audio data from each Jamulus client, mixes the audio data and sends the mix back to each client. -WWW: http://llcon.sourceforge.net/ +WWW: https://llcon.sourceforge.io/ |