mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5d486865e5
- Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# New ports collection makefile for: libXext
|
|
# Date Created: 29 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXfixes
|
|
PORTVERSION= 4.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Fixes extension library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 fixesproto:both xproto:both xextproto
|
|
|
|
MAN3= Xfixes.3
|
|
|
|
.include <bsd.port.mk>
|