Mark as broken due to dependency error (currently only seen on sparc64-6).

This commit is contained in:
Mark Linimon 2006-07-15 22:46:02 +00:00
parent ccc2601103
commit 5db1aadd69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167943
2 changed files with 16 additions and 2 deletions

View file

@ -53,4 +53,11 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
# is this really only true for sparc64?
.if ${ARCH} == sparc64
BROKEN= does not install due to dependency error
.endif
.include <bsd.port.post.mk>

View file

@ -53,4 +53,11 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
# is this really only true for sparc64?
.if ${ARCH} == sparc64
BROKEN= does not install due to dependency error
.endif
.include <bsd.port.post.mk>