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
14 lines
293 B
Makefile
14 lines
293 B
Makefile
PORTNAME= xdriinfo
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Query configuration information of DRI drivers
|
|
|
|
USES= gl xorg xorg-cat:app
|
|
USE_GL= gl
|
|
USE_XORG= x11 xorgproto
|
|
PLIST_FILES= bin/xdriinfo man/man1/xdriinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|