diff options
author | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
commit | f63de72ad91a5e675f6b4da410b4fc8333fc0d81 (patch) | |
tree | 387535a43617bd882ee1e20ce4779c6544f8925b /textproc | |
parent | 8f8631769bc10d6d2843a57e8f6ca7d8c8fa63da (diff) | |
download | pkgsrc-f63de72ad91a5e675f6b4da410b4fc8333fc0d81.tar.gz |
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook/Makefile | 4 | ||||
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 4 | ||||
-rw-r--r-- | textproc/eperl/Makefile | 4 | ||||
-rw-r--r-- | textproc/kdoc/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index 27cb92897f5..f05c4c436db 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/27 03:20:18 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp # @@ -16,7 +16,7 @@ MAINTAINER= rh@NetBSD.ORG HOMEPAGE= http://www.ora.com/davenport/ COMMENT= SGML DTD designed for computer documentation -BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip-*:../../archivers/unzip DEPENDS+= iso8879-1986:../../textproc/iso8879 NO_MTREE= yes diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 3d4b7236b71..7952330a804 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/25 04:18:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/27 03:20:19 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1999/04/24 09:25:32 kuriyama Exp DISTNAME= db157 @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://nwalsh.com/docbook/dsssl/ COMMENT= DSSSL stylesheets for the DocBook DTD by Norman Walsh -BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip-*:../../archivers/unzip DEPENDS+= docbook>=4.0:../../textproc/docbook EXTRACT_CMD= unzip ${DOWNLOADED_DISTFILE} diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 3a81316af4c..4b90f8f8018 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:19 hubertf Exp $ # DISTNAME= eperl-2.2.14 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.engelschall.com/sw/eperl/ COMMENT= Interpreter/preprocessor for Perl embedded in text documents -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf DEPENDS= libperl-5.*:../../lang/libperl USE_PERL5= # defined diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index 9654b9519d9..e101e79539b 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:37:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/27 03:20:19 hubertf Exp $ # DISTNAME= kdoc-2.0.1b @@ -13,7 +13,7 @@ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= C++ and IDL Class Documentation Tool -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf USE_PERL5= yes USE_GMAKE= yes |