summaryrefslogtreecommitdiff
path: root/databases/postgresql74-plperl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /databases/postgresql74-plperl
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'databases/postgresql74-plperl')
-rw-r--r--databases/postgresql74-plperl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql74-plperl/Makefile b/databases/postgresql74-plperl/Makefile
index 8b8b3a4b539..dc501aedb13 100644
--- a/databases/postgresql74-plperl/Makefile
+++ b/databases/postgresql74-plperl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/06/24 05:56:25 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:07 jlam Exp $
PKGNAME= postgresql74-plperl-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
@@ -9,15 +9,13 @@ DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
.include "../postgresql74/Makefile.common"
+PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
MAKEFILE= GNUmakefile
-PERL5_REQD+= 5.8.0
-PERL5_CONFIGURE= NO
-
.include "../postgresql74-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"