diff options
author | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
commit | ca2098a7784c981483fe2afe0685e9dfdfa4079e (patch) | |
tree | ed270fb7a7239f122f440cde07679951c279cd01 /audio/audacity | |
parent | 8c4fe561432906c72c55714b72f2e7e561e2eb67 (diff) | |
download | freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.gz freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.zst freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.zip |
mark some of the ports that don't build on powerpc64 for me
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 7bf59ce31c80..c9136baa8484 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -14,6 +14,8 @@ COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile BUILD_DEPENDS+= autogen:${PORTSDIR}/devel/autogen \ |