diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /audio/flacon/Makefile | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'audio/flacon/Makefile')
-rw-r--r-- | audio/flacon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index db7a067449d6..7805bc2e62aa 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= flacon -PORTVERSION= 4.1.0 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= v CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical audio file extractor and encoder -LICENSE= LGPL21 +LICENSE= LGPL21+ LIB_DEPENDS= libuchardet.so:textproc/uchardet -USES= cmake desktop-file-utils pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 USE_GITHUB= yes USE_QT= buildtools_build concurrent_build qmake_build \ linguisttools_build core gui network widgets |