aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/xpdf3/Makefile3
-rw-r--r--graphics/xpdf4/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile
index 2eb5789619fa..0ce59d9b0e25 100644
--- a/graphics/xpdf3/Makefile
+++ b/graphics/xpdf3/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \
http://komquats.com/distfiles/
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 3
+CONFLICTS_INSTALL= xpdf4-* xpdf-*
+.else
+CONFLICTS_INSTALL= xpdf4-* xpdf3-*
.endif
MAINTAINER= cy@FreeBSD.org
diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile
index a355fa5d585d..7d957c79fc37 100644
--- a/graphics/xpdf4/Makefile
+++ b/graphics/xpdf4/Makefile
@@ -7,6 +7,9 @@ CATEGORIES= graphics print
MASTER_SITES= http://www.xpdfreader.com/dl/
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 4
+CONFLICTS_INSTALL= xpdf3-* xpdf-*
+.else
+CONFLICTS_INSTALL= xpdf3-* xpdf4-*
.endif
MAINTAINER= cy@FreeBSD.org