summaryrefslogtreecommitdiff
path: root/x11/libXdmcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXdmcp/Makefile')
-rw-r--r--x11/libXdmcp/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
index 04edd136738d..a654908d478c 100644
--- a/x11/libXdmcp/Makefile
+++ b/x11/libXdmcp/Makefile
@@ -6,13 +6,21 @@
#
PORTNAME= libXdmcp
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Display Manager Control Protocol library
+LICENSE= x11
+
XORG_CAT= lib
USE_XORG= xproto:both
+CONFIGURE_ARGS+=--disable-docs --without-xmlto
+
+post-patch:
+ @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
+ s/doc//' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>