From ef1dc9be485658a7bb96b13c219aaad633040477 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 13 Oct 2011 17:23:44 +0000 Subject: [PATCH] [packages] dmapd: fix dependency on libdb47, bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@28446 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dmapd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index 89ef7b674..a16e73760 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -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 -- 2.11.0