Skip to content

Commit

Permalink
sysutils/e2fsprogs: depend on exact e2fsprogs-core version
Browse files Browse the repository at this point in the history
and not a ">=" version, because we copy built binary files
  • Loading branch information
mandree committed Feb 9, 2023
1 parent d444e59 commit aeed96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/e2fsprogs/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit aeed96e

Please sign in to comment.