Skip to content

Commit

Permalink
redis: add pkg-config tool
Browse files Browse the repository at this point in the history
The build infrastructure expects it to be there, and throws weird shell
errors if it isn't.
  • Loading branch information
wiz authored and Jürgen Lesny committed Sep 10, 2020
1 parent 084532a commit d1eeb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/redis/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE= modified-bsd
TEST_DEPENDS+= tcl>=8.5:../../lang/tcl

USE_LANGUAGES= c99
USE_TOOLS+= gmake
USE_TOOLS+= gmake pkg-config

.include "../../mk/bsd.prefs.mk"

Expand Down

0 comments on commit d1eeb11

Please sign in to comment.