summaryrefslogtreecommitdiff
path: root/print/pslib
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-08-24 19:05:14 +0000
committerkristerw <kristerw@pkgsrc.org>2005-08-24 19:05:14 +0000
commit270741bfad5ae2da9ec14e7a01c527414de7874b (patch)
tree4fec79138a64bf00c57624fc547485879a889c7f /print/pslib
parent06693d360221914e561ab193225243ee61906563 (diff)
downloadpkgsrc-270741bfad5ae2da9ec14e7a01c527414de7874b.tar.gz
Add build dependecies on perl and p5-XML-Parser to fix build problem
seen on NetBSD 1.6.
Diffstat (limited to 'print/pslib')
-rw-r--r--print/pslib/Makefile5
1 files changed, 4 insertions, 1 deletions
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"