Mark as broken due to dependency error (currently only seen on sparc64-6).
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue