summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2010-07-12 14:16:32 +0000
committerRong-En Fan <rafan@FreeBSD.org>2010-07-12 14:16:32 +0000
commit6ba82fee64d873f025ecee9ae17abd17201d4842 (patch)
tree554a8eb2ff979e79da6467c74d0bfb571545f503 /print
parentUpdate to 2.9.1 (diff)
- Add CONFLICTS on other enscript-* pkgs
PR: ports/148125
Notes
Notes: svn path=/head/; revision=257693
Diffstat (limited to 'print')
-rw-r--r--print/enscript-letter/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile
index 58a9c1438ad1..8515f66f55c1 100644
--- a/print/enscript-letter/Makefile
+++ b/print/enscript-letter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= enscript
PORTVERSION= 1.6.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= print
MASTER_SITES= http://www.codento.com/people/mtr/genscript/
PKGNAMESUFFIX= -${PAPERSIZE}
@@ -26,10 +26,13 @@ PAPERSIZE?= letter
.if ${PAPERSIZE} == a4
PS=A4
+CONFLICTS= enscript-letter-* enscript-letterdj-*
.elif ${PAPERSIZE} == letter
PS=Letter
+CONFLICTS= enscript-a4-* enscript-letterdj-*
.elif ${PAPERSIZE} == letterdj
PS=Letterdj
+CONFLICTS= enscript-a4-* enscript-letter-*
.else
.BEGIN:
@${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""