diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-07 12:14:58 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-07 12:14:58 +0000 |
commit | a8d0913fed1f28dbbe481067aaa13ec196af649f (patch) | |
tree | 4b736861089c36ce4c9d637ef9a00b3f2a387844 | |
parent | audio/inscore: fix build on powerpc64 (diff) |
textproc/tttcmds: enable on powerpc64
-rw-r--r-- | textproc/tttcmds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tttcmds/Makefile b/textproc/tttcmds/Makefile index 277916dee748..9057af76bc05 100644 --- a/textproc/tttcmds/Makefile +++ b/textproc/tttcmds/Makefile @@ -9,7 +9,7 @@ COMMENT= Unix-style data processing commands and library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64 CONFLICTS_INSTALL= open-usp-tukubai |