pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html Add a build dependency on dvips...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d72c7e1bf185
branches:  trunk
changeset: 554854:d72c7e1bf185
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Feb 21 15:53:04 2009 +0000

description:
Add a build dependency on dvipsk, to build the manual.ps file, as it is no more
provided by plain latex

diffstat:

 converters/bibtex2html/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9b07dbc143e4 -r d72c7e1bf185 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Sat Feb 21 15:51:35 2009 +0000
+++ b/converters/bibtex2html/Makefile   Sat Feb 21 15:53:04 2009 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index