[package] ntp-utils does not depend on libreadline (#4942), bump release number
authorFlorian Fainelli <florian@openwrt.org>
Fri, 17 Apr 2009 14:21:10 +0000 (14:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 17 Apr 2009 14:21:10 +0000 (14:21 +0000)
SVN-Revision: 15243

net/ntpd/Makefile

index 81280db821009d9b951594993fca8ea7626dd6d9..9a59a89fd42aee089fa0f6dac61a7b9ef4f1d9d0 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 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/
@@ -57,7 +57,7 @@ endef
 
 define Package/ntp-utils
   $(call Package/ntpd/Default)
-  DEPENDS:=+libreadline +libncurses
+  DEPENDS:=+libncurses
   TITLE+= utilities
 endef