diff options
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r-- | databases/postgresql84-client/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile index b0974069018..66a467f7ac5 100644 --- a/databases/postgresql84-client/Makefile +++ b/databases/postgresql84-client/Makefile @@ -1,16 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2010/02/05 14:50:38 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/12 09:58:39 adam Exp $ PKGNAME= postgresql84-client-${BASE_VERS} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs PKG_DESTDIR_SUPPORT= user-destdir .include "../../databases/postgresql84/Makefile.common" -# Couldn't find -lpgport, then rebuilt ok. -MAKE_JOBS_SAFE= no - USE_TOOLS+= gzip tar USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-openssl @@ -20,7 +16,6 @@ CONFIGURE_ARGS+= --with-zlib # 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on # NetBSD earler than 4.0 or DragonFly. # 2. configure with --enable-thread-safety fails on OpenBSD. -# .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \ ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" PGSQL_THREAD_SAFETY?= no |