diff options
-rw-r--r-- | print/poppler/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 5acfc253de3..053f75c2937 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2006/03/31 20:37:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/01 17:58:03 reed Exp $ # .include "../../print/poppler/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PDF rendering library +CONFLICTS+= xpdf-[0-9]* + USE_TOOLS+= gmake LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |