mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Allow building on powerpc64 as an experiment.
While here, pet portlint. Reported by: jhibbits@FreeBSD.org Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
d8868c0a5a
commit
aa4154607b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488070
@ -13,6 +13,10 @@ COMMENT= X.Org ati display driver
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
# No Radeon kernel driver on non-x86 and PC98.
|
||||||
|
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 \
|
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
|
||||||
libdrm_radeon.so:graphics/libdrm
|
libdrm_radeon.so:graphics/libdrm
|
||||||
|
|
||||||
@ -24,10 +28,6 @@ USE_GL= gl
|
|||||||
XORG_CAT= driver
|
XORG_CAT= driver
|
||||||
USE_XORG= pciaccess
|
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
|
CONFIGURE_ARGS+=--disable-udev
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user