diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
commit | d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 (patch) | |
tree | 4df1f1abf992be64492c3e2b45175d328bd55bb6 /textproc | |
parent | 1edfee944f892b4e82824d22d8bd2666875da6d9 (diff) | |
download | pkgsrc-d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201.tar.gz |
Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 4b90f8f8018..6323a185178 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/30 04:16:12 jlam Exp $ # DISTNAME= eperl-2.2.14 @@ -10,7 +10,7 @@ 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-5.*:../../lang/libperl +DEPENDS= libperl>=${PERL5_REQD}:../../lang/libperl USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist |