diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | e9a15cf60cb0df818817d9787d8349256ab361f3 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /textproc/eperl | |
parent | 3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff) | |
download | pkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'textproc/eperl')
-rw-r--r-- | textproc/eperl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 32660c52dc0..fc893b84147 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/05/11 14:42:31 jlam Exp $ -# +# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:15 tron Exp $ DISTNAME= eperl-2.2.14 CATEGORIES= lang perl5 textproc @@ -9,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.engelschall.com/sw/eperl/ COMMENT= Interpreter/preprocessor for Perl embedded in text documents -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf DEPENDS= libperl>=${LIBPERL5_REQD}:../../lang/libperl USE_PERL5= # defined |