diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /textproc | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eperl/Makefile | 5 | ||||
-rw-r--r-- | textproc/kdoc/Makefile | 5 |
2 files changed, 4 insertions, 6 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 diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index 0dce4087d65..7eb6c7798d8 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/27 09:30:30 skrll Exp $ -# +# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:15 tron Exp $ DISTNAME= kdoc-2.1 CATEGORIES= textproc @@ -12,7 +11,7 @@ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= C++ and IDL Class Documentation Tool -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf USE_PERL5= yes USE_GMAKE= yes |