diff options
author | tonio <tonio@pkgsrc.org> | 2009-02-21 15:53:04 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-02-21 15:53:04 +0000 |
commit | 9b98699aa65a9e8f821c5472e1ba28ab0b402724 (patch) | |
tree | 6b95feda7b09ba880a1b1bd56f85471ae4e20828 /converters/bibtex2html/Makefile | |
parent | e0e68674fbc82382ae07b09659154d0f86817bce (diff) | |
download | pkgsrc-9b98699aa65a9e8f821c5472e1ba28ab0b402724.tar.gz |
Add a build dependency on dvipsk, to build the manual.ps file, as it is no more
provided by plain latex
Diffstat (limited to 'converters/bibtex2html/Makefile')
-rw-r--r-- | converters/bibtex2html/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index d7358eb111a..f537c2162d9 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2008/03/03 05:51:07 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2009/02/21 15:53:04 tonio Exp $ DISTNAME= bibtex2html-1.89 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -9,6 +10,7 @@ HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/ COMMENT= Collection of tools for translating from BibTeX to HTML BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk PKG_DESTDIR_SUPPORT= user-destdir |