diff options
author | christos <christos@pkgsrc.org> | 2009-11-13 23:12:02 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2009-11-13 23:12:02 +0000 |
commit | 5ff41c870359a47bf8e0d903e4da72a05e5a3414 (patch) | |
tree | 6f27f54a9c28ec2de20746093c0ea7ffd6ef2c1b /print/poppler-utils | |
parent | 278f4a2bbfa467b5fc8b79df87acf9c3cef3a3fb (diff) | |
download | pkgsrc-5ff41c870359a47bf8e0d903e4da72a05e5a3414.tar.gz |
make those not conflict, by using the poppler version of the pdftofoo programs.
Diffstat (limited to 'print/poppler-utils')
-rw-r--r-- | print/poppler-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile index e31cb42d121..35586fd5738 100644 --- a/print/poppler-utils/Makefile +++ b/print/poppler-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/09/09 19:57:06 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2009/11/13 23:12:02 christos Exp $ # .include "../../print/poppler/Makefile.common" @@ -9,7 +9,6 @@ COMMENT= PDF utilities (from poppler) MAINTAINER= reed@reedmedia.net CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2 -CONFLICTS+= xpdf-[0-9]* GNU_CONFIGURE= yes USE_TOOLS+= gmake |