summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-11 14:42:31 +0000
committerjlam <jlam@pkgsrc.org>2001-05-11 14:42:31 +0000
commit37139b716b6ac9af286a2f93599e3bc377c0ba74 (patch)
tree1f0c3f35f33ee42c0fc9f4dff2f54a25b82b1795
parentf4c83acaa95772b651c9baa3447f77b499ec80a8 (diff)
downloadpkgsrc-37139b716b6ac9af286a2f93599e3bc377c0ba74.tar.gz
PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl and
libperl versions may not be exactly the same.
-rw-r--r--finance/gnucash/Makefile6
-rw-r--r--textproc/eperl/Makefile5
-rw-r--r--www/ap-perl/Makefile5
3 files changed, 10 insertions, 6 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index fd2257e0317..9d53b8772ba 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/30 04:16:09 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/11 14:42:32 jlam Exp $
#
DISTNAME= gnucash-1.4.11
@@ -15,10 +15,12 @@ DEPENDS+= gnome-libs>=1.0.40:../../x11/gnome-libs
DEPENDS+= eperl-2.2.14:../../textproc/eperl
DEPENDS+= g-wrap>=0.9.5:../../devel/g-wrap
DEPENDS+= guile-slib-2c8:../../devel/guile-slib
-DEPENDS+= libperl>=${PERL5_REQD}:../../lang/libperl
+DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl
DEPENDS+= swig-1.1p5:../../devel/swig
DEPENDS+= libxml>=1.8.7:../../textproc/libxml
+LIBPERL5_REQD= ${PERL5_REQD}
+
USE_GMAKE= # defined
USE_PERL5= # defined
USE_X11= # defined
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile
index 6323a185178..32660c52dc0 100644
--- a/textproc/eperl/Makefile
+++ b/textproc/eperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/04/30 04:16:12 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/11 14:42:31 jlam Exp $
#
DISTNAME= eperl-2.2.14
@@ -10,9 +10,10 @@ HOMEPAGE= http://www.engelschall.com/sw/eperl/
COMMENT= Interpreter/preprocessor for Perl embedded in text documents
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-DEPENDS= libperl>=${PERL5_REQD}:../../lang/libperl
+DEPENDS= libperl>=${LIBPERL5_REQD}:../../lang/libperl
USE_PERL5= # defined
+LIBPERL5_REQD= ${PERL5_REQD}
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist
GNU_CONFIGURE= # defined
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile
index b07d5506840..532351d8129 100644
--- a/www/ap-perl/Makefile
+++ b/www/ap-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/04/16 21:49:59 jtb Exp $
+# $NetBSD: Makefile,v 1.15 2001/05/11 14:42:32 jlam Exp $
#
DISTNAME= mod_perl-1.25
@@ -11,11 +11,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://perl.apache.org/
COMMENT= Module that embeds a Perl interpreter into Apache
-DEPENDS+= libperl-{5.0*,5.6.0nb*,5.[6-9]*}:../../lang/libperl
+DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl
DEPENDS+= apache{,6}-1.3.*:../../www/apache
DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource
USE_PERL5= # defined
+LIBPERL5_REQD= ${PERL5_REQD}
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist
MAKE_PARAMS+= USE_APXS=1