aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-12-28 07:58:21 +0800
committerpav <pav@FreeBSD.org>2005-12-28 07:58:21 +0800
commitfdb09db09dc70c0f10b824ea868e4da34e2bed2e (patch)
tree5bcb74446ac1888616ae7e8f9bc2b205e0c0d044 /print
parent9186bbb9a4e6c000200d0a29cb4e43a93155e7a3 (diff)
downloadfreebsd-ports-gnome-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.tar.gz
freebsd-ports-gnome-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.tar.zst
freebsd-ports-gnome-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.zip
- Add conflicts
PR: ports/80491 Submitted by: LI Dong <ld@ldconfig.com>
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/Makefile2
-rw-r--r--print/ghostscript7/Makefile2
-rw-r--r--print/psutils-a4/Makefile2
-rw-r--r--print/psutils-letter/Makefile2
4 files changed, 8 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 392319c800e8..bf5aebee338e 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -92,8 +92,10 @@ XCFLAGS+= -DA4
.if defined(WITHOUT_X11)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
+CONFLICTS+= ghostscript-gnu-[0-9]*
.else
USE_XLIB= yes
+CONFLICTS+= ghostscript-gnu-nox11-*
.endif
.if defined(WITH_SVGALIB)
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 392319c800e8..bf5aebee338e 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -92,8 +92,10 @@ XCFLAGS+= -DA4
.if defined(WITHOUT_X11)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
+CONFLICTS+= ghostscript-gnu-[0-9]*
.else
USE_XLIB= yes
+CONFLICTS+= ghostscript-gnu-nox11-*
.endif
.if defined(WITH_SVGALIB)
diff --git a/print/psutils-a4/Makefile b/print/psutils-a4/Makefile
index 98edf5f26a3c..02d4ea1220c3 100644
--- a/print/psutils-a4/Makefile
+++ b/print/psutils-a4/Makefile
@@ -8,4 +8,6 @@
PAPERSIZE= a4
MASTERDIR= ${.CURDIR}/../psutils-letter
+CONFLICTS= psutils-letter-*
+
.include "${MASTERDIR}/Makefile"
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 294900a2a074..f2902f23df73 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -26,6 +26,8 @@ MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
SCRIPTS_ENV+= PERL=${PERL}
+CONFLICTS?= psutils-a4-*
+
.if !defined(PAPERSIZE)
PAPERSIZE=letter
PAPERSIZE_UNSPECIFIED= yes