[package] ntp-utils does not depend on libreadline (#4942), bump release number
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 17 Apr 2009 14:21:10 +0000 (14:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 17 Apr 2009 14:21:10 +0000 (14:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15243 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ntpd/Makefile

index 81280db..9a59a89 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ntp
 PKG_VERSION:=4.2.4p6
 
 PKG_NAME:=ntp
 PKG_VERSION:=4.2.4p6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
@@ -57,7 +57,7 @@ endef
 
 define Package/ntp-utils
   $(call Package/ntpd/Default)
 
 define Package/ntp-utils
   $(call Package/ntpd/Default)
-  DEPENDS:=+libreadline +libncurses
+  DEPENDS:=+libncurses
   TITLE+= utilities
 endef
 
   TITLE+= utilities
 endef