diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-22 00:06:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-22 00:06:37 +0000 |
commit | 08be9eb0f9486f9f25d67bfdb4c550aef2ed371b (patch) | |
tree | 3e21a99d88608fd45c24f54b23ba67ee8ca26485 /databases | |
parent | 6f3e0e9c2697bcecd2594d7807badd91e3c7b835 (diff) | |
download | pkgsrc-08be9eb0f9486f9f25d67bfdb4c550aef2ed371b.tar.gz |
perl is also needed as tool now.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql80-plperl/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql81-plperl/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql82-plperl/Makefile | 3 |
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} |