diff options
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r-- | package/libvpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile index 6205ac4b1..13796e7d5 100644 --- a/package/libvpx/Makefile +++ b/package/libvpx/Makefile @@ -13,7 +13,7 @@ PKG_URL:= http://www.webmproject.org/about/ PKG_SITES:= http://webm.googlecode.com/files/ PKG_OPTS:= dev -PKG_ARCH_DEPENDS:= !avr32 +PKG_ARCH_DEPENDS:= !avr32 !m68k DISTFILES:= ${PKG_NAME}-v${PKG_VERSION}.tar.bz2 WRKDIST= $(WRKDIR)/${PKG_NAME}-v${PKG_VERSION} |