Allow building on powerpc64 for testing.

While here, pet portlint.

Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-11-18 18:36:28 +00:00
parent 0ac0d71edc
commit 512585d9f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485243

View File

@ -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>