diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
commit | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /net/asterisk13/Makefile | |
parent | f30f83c178bdceee0884f67f78350dc20dba82bf (diff) | |
download | ports-4734e25a318bb23039d75d1fb9dbc1b9a8f20923.tar.gz ports-4734e25a318bb23039d75d1fb9dbc1b9a8f20923.zip |
Notes
Diffstat (limited to 'net/asterisk13/Makefile')
-rw-r--r-- | net/asterisk13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index a24447845179..eb19ea86b108 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -19,9 +19,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson -EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken +ONLY_FOR_ARCHS= armv6 amd64 i386 powerpc sparc64 -ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} USES= bison cpe gmake iconv libedit localbase \ shebangfix sqlite ssl ncurses |