diff options
author | arved <arved@FreeBSD.org> | 2015-07-23 03:01:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2015-07-23 03:01:55 +0800 |
commit | 7ecde5e68507cefafceec58c75230270757bfe8f (patch) | |
tree | 6c603e9de3ada7f34742c3f7a85af2a958c53a53 /audio/tomahawk | |
parent | cde9a6ed9f218eaa4102fbaf123fd43dc558686c (diff) | |
download | freebsd-ports-gnome-7ecde5e68507cefafceec58c75230270757bfe8f.tar.gz freebsd-ports-gnome-7ecde5e68507cefafceec58c75230270757bfe8f.tar.zst freebsd-ports-gnome-7ecde5e68507cefafceec58c75230270757bfe8f.zip |
Another port, that requires a C++11 compiler
Drop maintainership
Reported by: pkg-fallout
Diffstat (limited to 'audio/tomahawk')
-rw-r--r-- | audio/tomahawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index 75067bc80275..31e658555fce 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -5,7 +5,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 CATEGORIES= audio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= port@FreeBSD.org COMMENT= Multi-source, social, and smart music player LICENSE= GPLv3 @@ -44,7 +44,7 @@ OPTIONS_SUB= yes PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \ PORTVERSION=${PORTVERSION} -USES= cmake desktop-file-utils pkgconfig +USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= dbus designer gui linguist_build moc_build \ |