5d486865e5
- Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
19 lines
357 B
Makefile
19 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>
|