[backfire/packages] dmapd: merge [28446]
authorNicolas Thill <nico@openwrt.org>
Thu, 13 Oct 2011 17:25:11 +0000 (17:25 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 13 Oct 2011 17:25:11 +0000 (17:25 +0000)
SVN-Revision: 28447

net/dmapd/Makefile

index 89ef7b674bb54270bc17360a30db192ab665ad5b..a16e737601e6d363cdaa12e5e550a376763be3bf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2010 OpenWrt.org
+# Copyright (C) 2009-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dmapd
 PKG_VERSION:=0.0.42
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.flyn.org/projects/dmapd
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/dmapd
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libdmapsharing +db47 +vips
+  DEPENDS:=+libdmapsharing +libdb47 +vips
   TITLE:= dmapd
   URL:=http://www.flyn.org/projects/dmapd/
   MAINTAINER:=W. Michael Petullo <mike@flyn.org>