diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-06-07 22:51:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-06-07 22:51:24 +0000 |
commit | 6bb10674c454dd34e421956cf3ab42e82e2740ee (patch) | |
tree | 57f3c7f0da19d033cdf2d802dce04e17016dc091 /textproc/dsssl-docbook-modular | |
parent | a72cafad273c30e42e2721f023a8cd0b10eddad5 (diff) | |
download | pkgsrc-6bb10674c454dd34e421956cf3ab42e82e2740ee.tar.gz |
any docbook later than 3.1 will do (we're at 4.0 now)
Diffstat (limited to 'textproc/dsssl-docbook-modular')
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 957f3374d7e..b00604cd808 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/05 06:59:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/07 22:51:24 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1999/04/24 09:25:32 kuriyama Exp DISTNAME= db141 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://nwalsh.com/docbook/dsssl/ BUILD_DEPENDS= unzip:../../archivers/unzip -DEPENDS+= docbook-3.1:../../textproc/docbook +DEPENDS+= docbook>=3.1:../../textproc/docbook EXTRACT_CMD= unzip ${DOWNLOADED_DISTFILE} NO_MTREE= yes |