diff options
Diffstat (limited to 'package/freeglut')
-rw-r--r-- | package/freeglut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile index 1c9c5b336..fe9b03d0a 100644 --- a/package/freeglut/Makefile +++ b/package/freeglut/Makefile @@ -14,7 +14,7 @@ PKG_URL:= http://freeglut.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=freeglut/} PKG_HOST_DEPENDS:= !cygwin !darwin -PKG_TARGET_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el +PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el include $(TOPDIR)/mk/package.mk |