- fix CONFLICTS [1]

- un-quote BROKEN message
- s/MACHINE_ARCH/ARCH/
- bump PORTREVISION for CONFLICTS chage

PR:		ports/108412 [1]
Submitted by:	Tsurutani Naoki [1]
This commit is contained in:
Ion-Mihai Tetcu 2007-06-12 22:38:54 +00:00
parent d4ce5e5fcc
commit b7ba7d441a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193373

View File

@ -7,7 +7,7 @@
PORTNAME= tridiavnc
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=dwcjr
@ -24,10 +24,12 @@ ALL_TARGET= World
NO_INSTALL_MANPAGES= yes
XFREE86_HTML_MAN= no
CONFLICTS= tightvnc-[0-9]* vnc-[0-9]*
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} != i386
BROKEN= "Does not compile on ${MACHINE_ARCH}"
.if ${ARCH} != i386
BROKEN= Does not compile on ${MACHINE_ARCH}
.endif
post-patch: