diff options
-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 1a40a919e..2c58f1564 100644 --- a/package/freeglut/Makefile +++ b/package/freeglut/Makefile @@ -22,7 +22,7 @@ PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el include $(TOPDIR)/mk/package.mk -$(eval $(call PKG_template,FREEGLUT,freeglut,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}${PKG_OPTS})) +$(eval $(call PKG_template,FREEGLUT,freeglut,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) freeglut-install: $(INSTALL_DIR) $(IDIR_FREEGLUT)/usr/lib |