X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Fntfs-3g%2FMakefile;h=66d1eb53f3a49bdcf18e9b8514933dd6e6f98e83;hb=8ad57d2e030af888a6112b07206be66241dbeb1d;hp=edba3bb68d63f507f9e12481a7c4fb033f487dbe;hpb=acdb0e81d9f354161b53b74d9e4ca280a7762bf0;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/ntfs-3g/Makefile b/utils/ntfs-3g/Makefile index edba3bb68d..66d1eb53f3 100644 --- a/utils/ntfs-3g/Makefile +++ b/utils/ntfs-3g/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ntfs-3g TITLE:=NTFS-3G - DEPENDS:=+libfuse +fuse-utils + DEPENDS:=+libfuse +fuse-utils +libpthread SECTION:=utils CATEGORY:=Utilities URL:=http://www.ntfs-3g.org @@ -62,7 +62,3 @@ define Package/ntfs-3g/install endef $(eval $(call BuildPackage,ntfs-3g)) - -$(eval $(call RequireCommand,pkg-config, \ - $(PKG_NAME) requires pkg-config. \ -))