aboutsummaryrefslogtreecommitdiff
path: root/audio/vimpc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-06-09 22:38:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-06-09 22:38:15 +0000
commit6bc32ddf24b0a01aaa349b84d9a05bd5a7517b58 (patch)
tree30559a720ec5caaa1a98ca8addfe3fb4e61c0d60 /audio/vimpc
parent808e522fb3b743deb6afe3bd25ca929eeccd4264 (diff)
downloadports-6bc32ddf24b0a01aaa349b84d9a05bd5a7517b58.tar.gz
ports-6bc32ddf24b0a01aaa349b84d9a05bd5a7517b58.zip
Add compiler:c++11-lang to USES to fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=503860
Diffstat (limited to 'audio/vimpc')
-rw-r--r--audio/vimpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vimpc/Makefile b/audio/vimpc/Makefile
index 9af63edf9dda..c57275588c82 100644
--- a/audio/vimpc/Makefile
+++ b/audio/vimpc/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
libpcre.so:devel/pcre \
libcurl.so:ftp/curl
-USES= autoreconf ncurses pkgconfig
+USES= autoreconf compiler:c++11-lang ncurses pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= boysetsfrog