diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-08 14:01:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-08 14:01:58 +0000 |
commit | af79e86b956ccbd62e2e319843f66f58a05ac800 (patch) | |
tree | 1f72c93a5ced5b861107825b8659de9e73f60bf3 /archivers | |
parent | 0d06ce7a13f4f2fdfbb9da54f691dbfd80ba7e01 (diff) | |
download | pkgsrc-af79e86b956ccbd62e2e319843f66f58a05ac800.tar.gz |
Conflict with new xz-utils package.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzma-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzma-utils/Makefile b/archivers/lzma-utils/Makefile index 6a2738a21df..fdd8e97bc59 100644 --- a/archivers/lzma-utils/Makefile +++ b/archivers/lzma-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/28 14:55:48 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/08 14:01:58 wiz Exp $ # DISTNAME= lzma-4.32.7 @@ -16,6 +16,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -CONFLICTS= lzma-[0-9]* +CONFLICTS= lzma-[0-9]* xz-utils-[0-9]* .include "../../mk/bsd.pkg.mk" |