aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-30 18:24:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-30 18:24:56 +0000
commit73746bb6fa012f54297216a4e2a006e570991867 (patch)
tree1efa5b4697df5572c1511d1e99dede48ecb64218 /audio/mp3plot
parent87afd8409987577fd4a843d89e33581e911970cf (diff)
downloadports-73746bb6fa012f54297216a4e2a006e570991867.tar.gz
ports-73746bb6fa012f54297216a4e2a006e570991867.zip
Fix build on powerpc64.
Notes
Notes: svn path=/head/; revision=483507
Diffstat (limited to 'audio/mp3plot')
-rw-r--r--audio/mp3plot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index 5bb1d1111bd3..a6ef7fbc065d 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -13,8 +13,7 @@ COMMENT= MP3 bitrate plot tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables
-
+USES= compiler:c++11-lang
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
USE_CXXSTD= c++98