From: nico Date: Sun, 14 Jan 2007 00:38:10 +0000 (+0000) Subject: fix dependency on libnotimpl, which has no package, so make it a build time dependenc... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=577cb1651b7bdd78088c2e9ace1efa831f7ab39b;p=packages.git fix dependency on libnotimpl, which has no package, so make it a build time dependency instead git-svn-id: svn://svn.openwrt.org/openwrt/packages@6092 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 14cc50ea8..653021a36 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -20,12 +20,14 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_BUILDDEP:=libnotimpl + include $(INCLUDE_DIR)/package.mk define Package/sox SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libnotimpl + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec TITLE:=Sox is a general purpose sound converter/player/recorder DESCRIPTION:=\ SoX is a command line utility that can convert various formats\\\