diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 08:35:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 08:35:34 +0000 |
commit | 843f7d012a73dd3bb96ba9eedf0b85f5a4a7cad7 (patch) | |
tree | 9f5c24f8223c1046a29cf5afa85fc42bea2aa5d4 /shells | |
parent | d53f97c21444863c632c91eb9666429af5b918a8 (diff) |
Use USE_PGSQL
Forgotten by: girgen
Notes
Notes:
svn path=/head/; revision=127756
Diffstat (limited to 'shells')
-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 |