diff options
author | joerg <joerg@pkgsrc.org> | 2010-06-26 00:39:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-06-26 00:39:59 +0000 |
commit | 05745f936bce458b1022b248fd3a23233315b6d2 (patch) | |
tree | ce19607a570ef18f77bfb5dbd2bc182d16f35b7e /x11/liblbxutil | |
parent | cc5f27c1b83238aa141d876314881e288d352f00 (diff) | |
download | pkgsrc-05745f936bce458b1022b248fd3a23233315b6d2.tar.gz |
Mark explicitly as broken.
Diffstat (limited to 'x11/liblbxutil')
-rw-r--r-- | x11/liblbxutil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/liblbxutil/Makefile b/x11/liblbxutil/Makefile index d7586e9ce2b..e8bb22c2654 100644 --- a/x11/liblbxutil/Makefile +++ b/x11/liblbxutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2010/06/26 00:39:59 joerg Exp $ # DISTNAME= liblbxutil-1.0.1 @@ -17,6 +17,8 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/lbxutil.pc.in USE_TOOLS+= pkg-config GNU_CONFIGURE= yes +BROKEN= Unsupported by modern X.org + .include "../../mk/bsd.prefs.mk" .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) |