From 339f130190be2dda2ff95714d0ca6febbb6add43 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 14 Dec 2016 07:59:43 +0100 Subject: [PATCH] pkg: correct bind version according to ABI --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f13cb8f8d..017bbfa3a 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,11 @@ CORE_ARCH?= ${ARCH} CORE_PY?= 27 .if ${CORE_ABI} == 16.7 +CORE_BIND?= 910 CORE_PHP_SUHOSIN=php-suhosin CORE_PHP?= 56 .else +CORE_BIND?= 911 CORE_PHP?= 70 .endif @@ -77,7 +79,7 @@ CORE_MESSAGE?= Thanks for all the fish... CORE_DEPENDS_amd64?= beep bsdinstaller CORE_DEPENDS_i386?= ${CORE_DEPENDS_amd64} CORE_DEPENDS?= apinger \ - bind910 \ + bind${CORE_BIND} \ bsnmp-regex \ bsnmp-ucd \ ca_root_nss \