diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/pslib/Makefile | 5 |
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" |