summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-22 00:06:37 +0000
committerjoerg <joerg>2007-12-22 00:06:37 +0000
commita81e6ab8366ea745139cc595db3392f4dcf20b02 (patch)
tree3e21a99d88608fd45c24f54b23ba67ee8ca26485 /databases
parent73737422aef5cb1f62566ead1c323a24a8f768d1 (diff)
downloadpkgsrc-a81e6ab8366ea745139cc595db3392f4dcf20b02.tar.gz
perl is also needed as tool now.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql80-plperl/Makefile3
-rw-r--r--databases/postgresql81-plperl/Makefile3
-rw-r--r--databases/postgresql82-plperl/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/databases/postgresql80-plperl/Makefile b/databases/postgresql80-plperl/Makefile
index 8128fded166..496ed065902 100644
--- a/databases/postgresql80-plperl/Makefile
+++ b/databases/postgresql80-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/01/08 20:30:42 adam Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/22 00:06:37 joerg Exp $
PKGNAME= postgresql80-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -9,6 +9,7 @@ DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-perl
+USE_TOOLS+= perl
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
diff --git a/databases/postgresql81-plperl/Makefile b/databases/postgresql81-plperl/Makefile
index 8eddeb29645..540ff71682c 100644
--- a/databases/postgresql81-plperl/Makefile
+++ b/databases/postgresql81-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/01/08 18:55:38 adam Exp $
+# $NetBSD: Makefile,v 1.5 2007/12/22 00:08:05 joerg Exp $
PKGNAME= postgresql81-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
+USE_TOOLS+= perl
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
diff --git a/databases/postgresql82-plperl/Makefile b/databases/postgresql82-plperl/Makefile
index b36aa2b9949..e53af8407af 100644
--- a/databases/postgresql82-plperl/Makefile
+++ b/databases/postgresql82-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/02/05 11:10:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/22 00:08:05 joerg Exp $
PKGNAME= postgresql82-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
+USE_TOOLS+= perl
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}