da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
18 lines
405 B
Makefile
18 lines
405 B
Makefile
PORTNAME= xf86-video-savage
|
|
PORTVERSION= 2.3.9
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-drivers
|
|
|
|
PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
|
|
PATCHFILES+= 0ece556daa8a88771b669d8104396abd9166d2d0.patch:-p1
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org savage display driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gl xorg-cat:driver
|
|
USE_GL= gl
|
|
|
|
.include <bsd.port.mk>
|