aac155ba17
- update xrandr to the latest version in the xorg-devel tree - update xproto to the latest version in xorg-devel tree as required by xset and xrandr - update pixman to the latest version in the xorg-devel tree Reviewed by: kwm Approved by: bapt (mentor)
21 lines
345 B
Makefile
21 lines
345 B
Makefile
# New ports collection makefile for: xproto
|
|
# Date Created: 29 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xproto
|
|
PORTVERSION= 7.0.22
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 protocol headers
|
|
|
|
XORG_CAT= proto
|
|
USE_GNOME= pkgconfig
|
|
|
|
CONFIGURE_ARGS+=--disable-specs
|
|
|
|
.include <bsd.port.mk>
|