diff options
author | pi <pi@FreeBSD.org> | 2017-08-17 04:00:46 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-08-17 04:00:46 +0800 |
commit | f953e2abe57228de77295d4bcd8e718f25e25fda (patch) | |
tree | 162b03f2d756d437478bcaba70f431576d3b3aee /databases | |
parent | 0b20bd6b442bf7c5093c2ece3124bb8f1b4858e7 (diff) | |
download | freebsd-ports-gnome-f953e2abe57228de77295d4bcd8e718f25e25fda.tar.gz freebsd-ports-gnome-f953e2abe57228de77295d4bcd8e718f25e25fda.tar.zst freebsd-ports-gnome-f953e2abe57228de77295d4bcd8e718f25e25fda.zip |
databases/postgres-xl: fix BUILD_DEPENDS
PR: 219164
Submitted by: joneum
Diffstat (limited to 'databases')
-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}].* \ |