diff options
Diffstat (limited to 'net/yate/Makefile')
-rw-r--r-- | net/yate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile index e656330ab965..ee79f7c7b8a7 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libspeex.so:audio/speex \ libgsm.so:audio/gsm -ONLY_FOR_ARCHS= amd64 armv6 i386 sparc64 +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 sparc64 USES= autoreconf bison gmake shebangfix SHEBANG_FILES= share/scripts/banbrutes.php \ @@ -26,7 +26,6 @@ SHEBANG_FILES= share/scripts/banbrutes.php \ share/scripts/route.php \ share/scripts/voicemail.php USE_LDCONFIG= yes -WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-fdsize \ |