add prereq check for pkg-config (required by ntfs-3g)
[openwrt.git] / package / ntfs-3g / Makefile
index 7fc2085..5c07ada 100644 (file)
@@ -16,7 +16,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=http://www.ntfs-3g.org/
 PKG_MD5SUM:=873a8de662849d129fc7c475ad3f5447
-PKG_CAT:=zcat
 
 PKG_BUILD_DEPENDS:=libfuse
 
@@ -106,3 +105,6 @@ define Package/ntfs-3g/install
 endef
 
 $(eval $(call BuildPackage,ntfs-3g))
+$(eval $(call RequireCommand,pkg-config, \
+       $(PKG_NAME) requires pkg-config. \
+))
This page took 0.025093 seconds and 4 git commands to generate.