cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS

SVN-Revision: 6180
This commit is contained in:
Nicolas Thill
2007-01-22 17:33:10 +00:00
parent 88436e8d37
commit 3de63356ba
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ define BuildPackage
echo "Version: $(VERSION)"; \
echo "Depends: $$(IDEPEND_$(1))"; \
echo "Provides: $(PROVIDES)"; \
echo "Build-Depends: $(PKG_BUILDDEP)"; \
echo "Build-Depends: $(PKG_BUILD_DEPENDS)"; \
echo "Section: $(SECTION)"; \
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \