sysutils/e2fsprogs: depend on exact e2fsprogs-core version

and not a ">=" version, because we copy built binary files
This commit is contained in:
Matthias Andree 2023-02-09 19:53:14 +01:00
parent d444e59721
commit aeed96e0b1

View File

@ -2,7 +2,7 @@ PORTNAME= e2fsprogs
CATEGORIES= sysutils
PORTVERSION= 1.47.0
PORTREVISION= 0
BUILD_DEPENDS= e2fsprogs-core>=${PORTVERSION}:sysutils/e2fsprogs-core
BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}:sysutils/e2fsprogs-core
RUN_DEPENDS= ${BUILD_DEPENDS}
DISTFILES= # empty
NO_BUILD= yes