Skip to content

Commit

Permalink
pgpool-II: Add missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hliebel authored and alarcher committed Aug 17, 2018
1 parent d3e0bf4 commit 47df5f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/database/pgpool-II/Makefile
Expand Up @@ -64,8 +64,12 @@ install: $(INSTALL_64)

test: $(NO_TESTS)

REQUIRED_PACKAGES += database/postgres-94/library
# Build dependencies
REQUIRED_PACKAGES += data/docbook/dtds
REQUIRED_PACKAGES += developer/documentation-tool/openjade

# Auto-generated dependencies
REQUIRED_PACKAGES += database/postgres-94/library
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math

0 comments on commit 47df5f7

Please sign in to comment.