View | Details | Raw Unified | Return to bug 230735 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-15 Link Here
2
2
3
PORTNAME=	xorgproto
3
PORTNAME=	xorgproto
4
PORTVERSION=	2018.4
4
PORTVERSION=	2018.4
5
PORTREVISION=	1
5
CATEGORIES=	x11
6
CATEGORIES=	x11
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
8
COMMENT=	xorg protocol headers
9
COMMENT=	X.org protocol headers
9
10
11
LICENSE=	MIT
12
10
XORG_CAT=	proto
13
XORG_CAT=	proto
11
14
12
CONFIGURE_ARGS= --without-fop \
15
CONFIGURE_ARGS=	--without-fop \
13
		--without-xmlto \
16
		--without-xmlto \
14
		--without-xsltproc \
17
		--without-xsltproc \
15
		--enable-legacy
18
		--enable-legacy

Return to bug 230735