diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-26 09:45:15 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-26 09:45:15 +0000 |
commit | 9d1b6274661c1e47b8767c9ee72a0b45fe7f185d (patch) | |
tree | 1069a726cdd785c2d041671de933662492dc7b52 /x11-drivers/xf86-video-intel/Makefile | |
parent | 0c5e0fd5eaad561ed44d0fa0e0fa39fefb0fba62 (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-intel/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-intel/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index 0fb1a85e00b6..a2cfac4e9aaa 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -4,8 +4,6 @@ PORTNAME= xf86-video-intel PORTVERSION= 2.99.917.20181203 CATEGORIES= x11-drivers -MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/ -DISTNAME= ${PORTNAME}-${COMMIT_ID} MAINTAINER= x11@FreeBSD.org COMMENT= Driver for Intel integrated graphics chipsets @@ -13,21 +11,19 @@ COMMENT= Driver for Intel integrated graphics chipsets LICENSE= MIT # various LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ - libdrm.so:graphics/libdrm - -COMMIT_ID= e5ff8e1828f97891c819c919d7115c6e18b2eb1f - ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Intel integrated GPU only exists in Intel x86 processors/chipsets -USE_GL= gl +LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ + libdrm.so:graphics/libdrm -USE_LDCONFIG= yes -XORG_CAT= driver +USES= cpe xorg xorg-cat:driver +USE_GITLAB= yes +GL_COMMIT= e5ff8e1828f97891c819c919d7115c6e18b2eb1f +USE_GL= gl USE_XORG= pciaccess pixman x11 xcb xext xrender xv xvmc +USE_LDCONFIG= yes -USES+= cpe autoreconf CPE_VENDOR= x OPTIONS_SINGLE= ACCEL |