- Add CONFLICTS

PR:		ports/64927
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
Kirill Ponomarev 2004-03-30 09:49:45 +00:00
parent 9eab953e60
commit b571d0eab5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105685

View File

@ -14,8 +14,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The Scheme Underground's implementation of R4RS
.if ${MACHINE_ARCH} != i386
BROKEN= "fails to install on ${MACHINE_ARCH}"
CONFLICTS= scsh-*
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "fails to install on ${ARCH}"
.endif
GNU_CONFIGURE= yes
@ -23,4 +27,4 @@ ALL_TARGET= enough
STRIP=
MAN1= scheme48.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>