diff options
Diffstat (limited to 'package/jack/Makefile')
-rw-r--r-- | package/jack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/jack/Makefile b/package/jack/Makefile index 65776fd7f..d67b473f6 100644 --- a/package/jack/Makefile +++ b/package/jack/Makefile @@ -15,6 +15,8 @@ PKG_BUILDDEP:= python2 alsa-lib PKG_URL:= http://jackaudio.org PKG_SITES:= http://www.grame.fr/~letz/ +PKG_ARCH_DEPENDS:= !cris + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk |