Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports
16 lines
338 B
Makefile
16 lines
338 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rendercheck
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Small program for testing basic Render extension conformance
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= xrender
|
|
|
|
PLIST_FILES= bin/rendercheck man/man1/rendercheck.1.gz
|
|
|
|
.include <bsd.port.mk>
|