pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pslib Add build dependecies on perl and p5-XML-P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3c5005bc534
branches:  trunk
changeset: 498521:f3c5005bc534
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed Aug 24 19:05:14 2005 +0000

description:
Add build dependecies on perl and p5-XML-Parser to fix build problem
seen on NetBSD 1.6.

diffstat:

 print/pslib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r a77d263254df -r f3c5005bc534 print/pslib/Makefile
--- a/print/pslib/Makefile      Wed Aug 24 17:32:43 2005 +0000
+++ b/print/pslib/Makefile      Wed Aug 24 19:05:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/19 16:05:03 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/24 19:05:14 kristerw Exp $
 #
 
 DISTNAME=              pslib-0.2.6
@@ -9,9 +9,12 @@
 HOMEPAGE=              http://pslib.sourceforge.net/
 COMMENT=               C-library to create PostScript files
 
+BUILD_DEPENDS+=                p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libps.pc.in
 GNU_CONFIGURE=         yes
+USE_TOOLS+=            perl
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index