pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/darcs Reduce build dependencies on TeX packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33eb8d15ddf
branches:  trunk
changeset: 610008:f33eb8d15ddf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 15 18:16:15 2012 +0000

description:
Reduce build dependencies on TeX packages.

diffstat:

 devel/darcs/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 963e2037e695 -r f33eb8d15ddf devel/darcs/Makefile
--- a/devel/darcs/Makefile      Mon Oct 15 18:13:42 2012 +0000
+++ b/devel/darcs/Makefile      Mon Oct 15 18:16:15 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/10/03 21:54:29 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2012/10/15 18:16:15 minskim Exp $
 
 DISTNAME=              darcs-2.0.2
 PKGREVISION=           5
@@ -10,15 +10,14 @@
 COMMENT=               Distributed revision control system
 
 BUILD_DEPENDS+=                latex2html>=2002.2.1nb3:../../textproc/latex2html
+BUILD_DEPENDS+=                tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
 
 PKG_DESTDIR_SUPPORT=   none
 
-TEX_DEPMETHOD=         build
 USE_TOOLS+=            gmake perl
 MAKE_FILE=             GNUmakefile
 GNU_CONFIGURE=         yes
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../lang/ghc/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index