summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 01:15:30 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 01:15:30 +0000
commit7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch)
treeda89fcd3343a63fa8c0fc4168d727db6478281a5 /databases
parent578edcd385551fbafb4827036ad4654689210ee5 (diff)
downloadpkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz
Note that gtar is required by the package.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql73-lib/Makefile3
-rw-r--r--databases/postgresql73-server/Makefile3
-rw-r--r--databases/tcl-postgresql73/Makefile3
-rw-r--r--databases/tcl-postgresql74/Makefile3
-rw-r--r--databases/tk-postgresql73/Makefile3
5 files changed, 10 insertions, 5 deletions
diff --git a/databases/postgresql73-lib/Makefile b/databases/postgresql73-lib/Makefile
index 8acfc5da2e1..e96061ece82 100644
--- a/databases/postgresql73-lib/Makefile
+++ b/databases/postgresql73-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/02 02:14:24 markd Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/16 01:15:30 jlam Exp $
PKGNAME= postgresql73-lib-${BASE_VERS}
PKGREVISION= 2
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
BUILD_DIRS= ${WRKSRC}/src/include
BUILD_DIRS+= ${WRKSRC}/src/interfaces
BUILD_DIRS+= ${WRKSRC}/src/pl
+PKGSRC_USE_TOOLS+= gtar
USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index efe44e78259..8869f2b8ef8 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:14 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/16 01:15:30 jlam Exp $
PKGNAME= postgresql73-server-${BASE_VERS}
PKGREVISION= # empty
@@ -16,6 +16,7 @@ NOT_FOR_PLATFORM= *-*-mips
USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
+PKGSRC_USE_TOOLS+= gtar
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
BUILD_DIRS= ${WRKSRC}/src/backend
BUILD_DIRS+= ${WRKSRC}/src/backend/utils/mb/conversion_procs
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile
index 1f73e8f4d60..8f3c5038fab 100644
--- a/databases/tcl-postgresql73/Makefile
+++ b/databases/tcl-postgresql73/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/16 01:15:30 jlam Exp $
PKGNAME= tcl-postgresql73-${BASE_VERS}
PKGREVISION= 1
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
MAKE_ENV+= INSTALLED_LIBPQ=1
+PKGSRC_USE_TOOLS+= gtar
BUILD_DIRS= ${WRKSRC}/src/interfaces/libpgtcl
BUILD_DIRS+= ${WRKSRC}/src/bin/pgtclsh
diff --git a/databases/tcl-postgresql74/Makefile b/databases/tcl-postgresql74/Makefile
index 105daa37490..1f72aa7c967 100644
--- a/databases/tcl-postgresql74/Makefile
+++ b/databases/tcl-postgresql74/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/29 13:58:04 gson Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/16 01:15:30 jlam Exp $
PKGNAME= tcl-postgresql74-${BASE_VERS}
COMMENT= Tcl interface to PostgreSQL
.include "../postgresql74/Makefile.common"
+PKGSRC_USE_TOOLS+= gtar
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
diff --git a/databases/tk-postgresql73/Makefile b/databases/tk-postgresql73/Makefile
index 9e8b87c3034..de48212c3f2 100644
--- a/databases/tk-postgresql73/Makefile
+++ b/databases/tk-postgresql73/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/16 01:15:30 jlam Exp $
PKGNAME= tk-postgresql73-${BASE_VERS}
PKGREVISION= 1
@@ -8,6 +8,7 @@ COMMENT= Tk interface to PostgreSQL
.include "../postgresql73/Makefile.common"
USE_X11= yes
+PKGSRC_USE_TOOLS+= gtar
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tk