mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
5d486865e5
- Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
20 lines
357 B
Makefile
20 lines
357 B
Makefile
# New ports collection makefile for: xrender
|
|
# Date Created: 2 Jul, 2003
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXrender
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Render extension library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 renderproto:both xproto:both
|
|
|
|
.include <bsd.port.mk>
|