diff options
-rw-r--r-- | shells/bush/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bush/Makefile b/shells/bush/Makefile index b9071ed28422..adad5cd4a910 100644 --- a/shells/bush/Makefile +++ b/shells/bush/Makefile @@ -17,9 +17,7 @@ COMMENT= The Business Shell BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat \ bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} - -POSTGRESQL_PORT?= databases/postgresql7 +USE_PGSQL= yes HAS_CONFIGURE= yes USE_GMAKE= yes |