ncmpcpp: Migrate away from cxx11 PortGroup

This commit is contained in:
Christoph Egger
2020-08-11 16:05:54 +02:00
committed by Leonardo Brondani Schenkel
parent c1550a5a60
commit 45a2d54018
+1 -3
View File
@@ -2,7 +2,6 @@
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup cxx11 1.1
name ncmpcpp
version 0.8.2
@@ -34,8 +33,7 @@ depends_lib port:boost \
port:taglib
# Requires C++14.
compiler.blacklist-append \
{clang < 602}
compiler.cxx_standard 2014
configure.args --with-boost=${prefix} \
--with-taglib=${prefix} \