diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-27 15:14:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-27 15:14:53 +0000 |
commit | 66b60feb9b8690a06ebb2d17fd7e1c5dcb316e5d (patch) | |
tree | 71a54bce6476fe191642b66e467eacee62080e2c /x11-drivers | |
parent | 1462ff79569caa169789dfea478371ddbe8aa42d (diff) |
x11-drivers/xf86-video-amdgpu: allow on /stable/11 or 11.2
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=468435
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile index 6a033b31268d..afd521ad276b 100644 --- a/x11-drivers/xf86-video-amdgpu/Makefile +++ b/x11-drivers/xf86-video-amdgpu/Makefile @@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--disable-udev .include <bsd.port.options.mk> -.if (${OSVERSION} < 1200019) -IGNORE= not supported on 11.x or older, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +IGNORE= not supported on 11.1 or older, no kernel support .endif PLIST_FILES= lib/xorg/modules/drivers/amdgpu_drv.so \ |