diff options
author | tonio <tonio> | 2009-02-21 15:53:04 +0000 |
---|---|---|
committer | tonio <tonio> | 2009-02-21 15:53:04 +0000 |
commit | bbea13d7591a5028e94d67b12a3c7fa40779ef50 (patch) | |
tree | 6b95feda7b09ba880a1b1bd56f85471ae4e20828 | |
parent | 8e65ef55d5801f6bf6c35fddecc767a06d2f8203 (diff) | |
download | pkgsrc-bbea13d7591a5028e94d67b12a3c7fa40779ef50.tar.gz |
Add a build dependency on dvipsk, to build the manual.ps file, as it is no more
provided by plain latex
-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 |