diff options
author | jlam <jlam> | 2001-05-11 14:42:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-11 14:42:31 +0000 |
commit | f9f1e7051450f4c24e9feec61749cfd3b185c92e (patch) | |
tree | 1f0c3f35f33ee42c0fc9f4dff2f54a25b82b1795 /textproc/eperl | |
parent | d10d5f849f1d0680d475c41a6f6fccf78657318f (diff) | |
download | pkgsrc-f9f1e7051450f4c24e9feec61749cfd3b185c92e.tar.gz |
PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl and
libperl versions may not be exactly the same.
Diffstat (limited to 'textproc/eperl')
-rw-r--r-- | textproc/eperl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |