svn commit: r488070 - head/x11-drivers/xf86-video-ati-legacy
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 05:50:16 UTC 2018
Author: linimon
Date: Sat Dec 22 05:50:15 2018
New Revision: 488070
URL: https://svnweb.freebsd.org/changeset/ports/488070
Log:
Allow building on powerpc64 as an experiment.
While here, pet portlint.
Reported by: jhibbits at FreeBSD.org
Approved by: portmgr (tier-2 blanket)
Modified:
head/x11-drivers/xf86-video-ati-legacy/Makefile
Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati-legacy/Makefile Sat Dec 22 05:46:49 2018 (r488069)
+++ head/x11-drivers/xf86-video-ati-legacy/Makefile Sat Dec 22 05:50:15 2018 (r488070)
@@ -13,6 +13,10 @@ COMMENT= X.Org ati display driver
LICENSE= MIT
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 \
libdrm_radeon.so:graphics/libdrm
@@ -23,10 +27,6 @@ PORTSCOUT= limit:^7\.9\.0
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
More information about the svn-ports-head
mailing list