diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-02 02:21:49 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-02 02:21:49 +0000 |
commit | 5b468552d5a7f5e21b60667dab0cf32f95ddfc44 (patch) | |
tree | 28910c7b031c81c9dd535b810200bbe4d4ed4a98 /graphics/xpdf | |
parent | ac0805450f2bdca7951f1cc153d48b13bf1dc84a (diff) | |
download | FreeBSD-ports-5b468552d5a7f5e21b60667dab0cf32f95ddfc44.zip FreeBSD-ports-5b468552d5a7f5e21b60667dab0cf32f95ddfc44.tar.gz |
- Now conflict with poppler-utils instead of poppler
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index aea2f72..b8131dd 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -47,7 +47,7 @@ MAN1= pdffonts.1 \ pdftotext.1 MAN5= xpdfrc.5 -CONFLICTS= poppler-[0-9]* +CONFLICTS= poppler-utils-[0-9]* .if defined(WITHOUT_X11) PKGNAMESUFFIX+= -nox11 |