diff options
author | girgen <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
commit | ca9d0e2291f677879c1b36a416eb2ad271850cbc (patch) | |
tree | 339f4530a6f0b38252173ddc8ba47c21226501d3 /databases/grass-i18n/Makefile | |
parent | cbe074a01a678ad3149123153f48962b4b035576 (diff) | |
download | FreeBSD-ports-ca9d0e2291f677879c1b36a416eb2ad271850cbc.zip FreeBSD-ports-ca9d0e2291f677879c1b36a416eb2ad271850cbc.tar.gz |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Diffstat (limited to 'databases/grass-i18n/Makefile')
-rw-r--r-- | databases/grass-i18n/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index e99fb9e..71e686b 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -32,9 +32,8 @@ FILES_TKI18N= tcltkgrass-i18n${EXTRACT_SUFX} FILES_FONTS= grass${PORTVERSION}_i686-pc-linux-i18n-ipafull-gnu_bin${EXTRACT_SUFX} .if defined(WITH_POSTGRES) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} \ - odbc.1:${PORTSDIR}/databases/unixODBC +USE_PGSQL= yes +LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-postgres \ --with-postgres-includes=${LOCALBASE}/include/postgresql/internal/ \ --with-odbc |