summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2002-07-22 22:00:49 +0000
committerjlam <jlam>2002-07-22 22:00:49 +0000
commita61d12971d49c24c815159a139c379540ba1d3d0 (patch)
tree2826dc954fb4b30a416becc87cc0de58cf583109 /databases
parentb5fefb5e7493b29c78e13f74bbfeebbcf2fbd278 (diff)
downloadpkgsrc-a61d12971d49c24c815159a139c379540ba1d3d0.tar.gz
Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as
DynaLoader.a is now an archive of PIC objects.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-plperl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile
index e50ba79a25c..371da858d17 100644
--- a/databases/postgresql-plperl/Makefile
+++ b/databases/postgresql-plperl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2002/04/04 07:41:03 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/07/22 22:00:51 jlam Exp $
PKGNAME= postgresql-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
-DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl
+DEPENDS+= {libperl>=${LIBPERL5_REQD},perl>=5.8.0}:../../lang/libperl
LIBPERL5_REQD= ${PERL5_REQD}
USE_BUILDLINK_ONLY= YES