]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bind: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 18:03:54 +0000 (20:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 18:03:54 +0000 (20:03 +0200)
pkgs/core/bind/bind.nm

index 1c3109ee2faa8a722a6458ae00be6843fdd77876..b5ca8f3a56d8981648cf83003665ef7f7d665b47 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.isc.org/products/BIND/
 PKG_LICENSE    = Proprietary
 PKG_SUMMARY    = BIND provides tools for the DNS.
 
-PKG_DEPS      += db openssl
+PKG_BUILD_DEPS+= db-devel openssl-devel
 
 define PKG_DESCRIPTION
        BIND (Berkeley Internet Name Domain or named) is the most commonly used \
@@ -43,6 +43,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES   = bind-utils
+
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \