diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-02 11:22:59 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-02 11:22:59 +0000 |
commit | 4afbf04e339884122b5c0b1597d691cfb166d6d6 (patch) | |
tree | 9a5ddb138104307989c6ed566486ceb587f75e03 | |
parent | 02e710b993f9d8d6ce8d2b77dc6352de4f016704 (diff) | |
download | ports-4afbf04e339884122b5c0b1597d691cfb166d6d6.tar.gz ports-4afbf04e339884122b5c0b1597d691cfb166d6d6.zip |
audio/festalon: enable on powerpc64le
-rw-r--r-- | audio/festalon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index e762536ecf20..7f86fad155e8 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -13,7 +13,7 @@ COMMENT= Command line player for .nsf and .hes audio files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le LIB_DEPENDS= libsamplerate.so:audio/libsamplerate |