aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-05 01:52:47 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-05 01:52:47 +0000
commit652b762bf97815fa3fe3bf4b88ebeb000fe8fae4 (patch)
treed94c643227d91095b6faa30cad14253bd1b6dff0
parentc1d9730c48f09cb6a842fcdb95e0dac41aa65e52 (diff)
downloadports-652b762bf97815fa3fe3bf4b88ebeb000fe8fae4.tar.gz
ports-652b762bf97815fa3fe3bf4b88ebeb000fe8fae4.zip
Notes
-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