diff options
Diffstat (limited to 'x11/xorgproto/Makefile')
-rw-r--r-- | x11/xorgproto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xorgproto/Makefile b/x11/xorgproto/Makefile index 50ab69358a11..057745dc40d2 100644 --- a/x11/xorgproto/Makefile +++ b/x11/xorgproto/Makefile @@ -1,6 +1,7 @@ PORTNAME= xorgproto DISTVERSION= 2024.1 CATEGORIES= x11 +MASTER_SITES= XORG/individual/proto MAINTAINER= x11@FreeBSD.org COMMENT= X Window System unified protocol definitions @@ -8,10 +9,11 @@ WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto LICENSE= MIT -USES= tar:xz xorg-cat:proto +USES= tar:xz NO_ARCH= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-fop \ --without-xmlto \ --without-xsltproc \ |