From 270741bfad5ae2da9ec14e7a01c527414de7874b Mon Sep 17 00:00:00 2001 From: kristerw Date: Wed, 24 Aug 2005 19:05:14 +0000 Subject: Add build dependecies on perl and p5-XML-Parser to fix build problem seen on NetBSD 1.6. --- print/pslib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 5d659917278..eb55418ac56 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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" -- cgit v1.2.3