pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libxcb



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 28 10:50:15 UTC 2019

Modified Files:
        pkgsrc/x11/libxcb: Makefile

Log Message:
x11/libxcb: rename configure option since the old one doesn't exist anymore


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/libxcb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxcb/Makefile
diff -u pkgsrc/x11/libxcb/Makefile:1.33 pkgsrc/x11/libxcb/Makefile:1.34
--- pkgsrc/x11/libxcb/Makefile:1.33     Thu Apr 25 07:33:30 2019
+++ pkgsrc/x11/libxcb/Makefile  Sun Apr 28 10:50:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/04/25 07:33:30 maya Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/28 10:50:15 rillig Exp $
 
 DISTNAME=      libxcb-1.13.1
 PKGREVISION=   1
@@ -18,7 +18,7 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
-CONFIGURE_ARGS+=       --disable-build-docs    # or needs doxygen
+CONFIGURE_ARGS+=       --disable-devel-docs    # or needs doxygen
 CONFIGURE_ARGS+=       --enable-xinput
 CONFIGURE_ARGS+=       --without-doxygen
 



Home | Main Index | Thread Index | Old Index