Date: Thu, 18 Oct 2018 19:11:41 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482356 - head/x11-drivers/xf86-video-ati-legacy Message-ID: <201810181911.w9IJBfaa059194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Oct 18 19:11:41 2018 New Revision: 482356 URL: https://svnweb.freebsd.org/changeset/ports/482356 Log: Silence portscout check Add a limit to the makefile to silence the portscout check. This version is held back on purpose. 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 Thu Oct 18 19:08:53 2018 (r482355) +++ head/x11-drivers/xf86-video-ati-legacy/Makefile Thu Oct 18 19:11:41 2018 (r482356) @@ -18,6 +18,8 @@ LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ CONFLICTS_INSTALL= xf86-video-ati +PORTSCOUT= limit:^7\.9\.0 + USE_GL= gl XORG_CAT= driver USE_XORG= pciaccess
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810181911.w9IJBfaa059194>