Allow building on powerpc64 for testing.
While here, pet portlint. Reported by: jhibbits Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
0ac0d71edc
commit
512585d9f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485243
@ -11,6 +11,10 @@ COMMENT= X.Org ati display driver
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
# No Radeon kernel driver on non-x86.
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
|
||||
|
||||
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
|
||||
libdrm_radeon.so:graphics/libdrm
|
||||
|
||||
@ -20,10 +24,6 @@ USE_GL= gl
|
||||
XORG_CAT= driver
|
||||
USE_XORG= pciaccess
|
||||
|
||||
# No Radeon kernel driver on non-x86 and PC98.
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
|
||||
|
||||
CONFIGURE_ARGS+=--disable-udev
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user