mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Mark as broken on != i386,amd64,powerpc due to the lack of CDraw libraries
ia64 failure reported by kris@
This commit is contained in:
parent
ce368ba6ae
commit
d9a6e9425a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160640
@ -38,8 +38,8 @@ USE_GCC= 3.4+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= does not configure due to the lack of CDraw libraries for sparc64
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc"
|
||||
BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH}
|
||||
.endif
|
||||
|
||||
PROG= XaraLX${PKGNAMESUFFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user