summaryrefslogtreecommitdiff
path: root/databases/postgresql-plperl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-22 22:00:49 +0000
committerjlam <jlam@pkgsrc.org>2002-07-22 22:00:49 +0000
commit80743a4834a6dbfd437821f51e3212f3d5a64b9e (patch)
tree2826dc954fb4b30a416becc87cc0de58cf583109 /databases/postgresql-plperl/Makefile
parentc0e85cf1bf322501a4ee30d828efde5ac9b8de90 (diff)
downloadpkgsrc-80743a4834a6dbfd437821f51e3212f3d5a64b9e.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/postgresql-plperl/Makefile')
-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