diff options
author | joerg <joerg@pkgsrc.org> | 2010-05-29 08:57:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-05-29 08:57:50 +0000 |
commit | e1fade22f5f3abf8a0266c2dff3bc0fda7faebd3 (patch) | |
tree | 1b6620b76c7d0c1c18352561bab210434eef8297 /wm | |
parent | c9a754bb0c152ef90f2c4226655266bee92e93ba (diff) | |
download | pkgsrc-e1fade22f5f3abf8a0266c2dff3bc0fda7faebd3.tar.gz |
Mark as broken, doesn't deal with libtool 2.x
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ion/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index c50f0592e0d..9d46af6ab7d 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/12/15 22:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2010/05/29 08:57:50 joerg Exp $ # DISTNAME= ion-2-20040729 @@ -14,6 +14,8 @@ COMMENT= Keyboard friendly tiling window manager PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +BROKEN= Doesn't work with libtool 2.x + USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes |