diff --git a/Makefile b/Makefile index ba56c93..8bd30b9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # GNU General Public License for more details. export ARCH = x86_64 -export DEPENDS = db,glibc,libgcc,libstdc++ +export DEPENDS = glibc,libgcc,libstdc++ export BUILDDEPS = export SRCPKG = $(PACKAGE) export URL = https://www.oracle.com/database/berkeley-db/index.html @@ -17,7 +17,7 @@ REPO = main BRIEF = Berkeley DB database libraries DESC = Berkeley DB is a family of embedded key-value database libraries \ providing scalable high-performance data management services to applications. -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')