From 2af3bcb841b5caa1f9ac1776a80510348f40f98c Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 30 May 2018 17:22:52 -0500 Subject: [PATCH] Removed dependency on self --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')