diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-08-16 20:00:46 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-08-16 20:00:46 +0000 |
commit | 4ebeced3842ca1de57bfe211bf7e107e49d20cc6 (patch) | |
tree | 162b03f2d756d437478bcaba70f431576d3b3aee /databases/postgres-xl | |
parent | New port: databases/postgres-xl (diff) |
databases/postgres-xl: fix BUILD_DEPENDS
PR: 219164
Submitted by: joneum
Notes
Notes:
svn path=/head/; revision=448064
Diffstat (limited to 'databases/postgres-xl')
-rw-r--r-- | databases/postgres-xl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgres-xl/Makefile b/databases/postgres-xl/Makefile index 74680335a108..25050b5ed141 100644 --- a/databases/postgres-xl/Makefile +++ b/databases/postgres-xl/Makefile @@ -11,8 +11,7 @@ COMMENT= Scalable open source PostgreSQL-based database cluster LICENSE= PostgreSQL -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash +BUILD_DEPENDS= bash:shells/bash CONFLICTS= postgresql[^${PORTVERSION:R:R}]?-client* \ postgresql${COMPONENT}-[^${PORTVERSION:R:R}].* \ |