diff options
author | girgen <girgen@FreeBSD.org> | 2010-10-07 14:58:10 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2010-10-07 14:58:10 +0800 |
commit | abf1abd5f2c606a723b8608da28384571d00a62a (patch) | |
tree | 24831007dd41100d2834bcb74698dc0b719f0b98 /databases/postgresql90-contrib | |
parent | dc2c80e4e62c978a1cd6ec5a30923e9fe21827c9 (diff) | |
download | freebsd-ports-graphics-abf1abd5f2c606a723b8608da28384571d00a62a.tar.gz freebsd-ports-graphics-abf1abd5f2c606a723b8608da28384571d00a62a.tar.zst freebsd-ports-graphics-abf1abd5f2c606a723b8608da28384571d00a62a.zip |
Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657
Diffstat (limited to 'databases/postgresql90-contrib')
-rw-r--r-- | databases/postgresql90-contrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql90-contrib/Makefile b/databases/postgresql90-contrib/Makefile index d3a7e68dfe5..e742bcbbcf6 100644 --- a/databases/postgresql90-contrib/Makefile +++ b/databases/postgresql90-contrib/Makefile @@ -24,6 +24,7 @@ INSTALL_DIRS= contrib SLAVE_ONLY= yes CONFIGURE_ARGS+=--with-libxslt --with-libxml LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2 +LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib post-install: @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README |