diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 18:08:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 18:08:32 +0000 |
commit | b1ec4ff3585e118f391af971dc801152ebb84a76 (patch) | |
tree | 56a3d9c486ca3be2d832583a2aae60ac44039858 /archivers | |
parent | 1ef056794e3575bcecefb219432010cda4d47b15 (diff) | |
download | pkgsrc-b1ec4ff3585e118f391af971dc801152ebb84a76.tar.gz |
Add CONFLICT with lzma-utils (bin/lzma).
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 4e57b458aca..5bb7e6a9ec8 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/02 03:48:36 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/08 18:08:32 wiz Exp $ # DISTNAME= lzma443 @@ -19,6 +19,8 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/C/7zip/Compress/LZMA_Alone MAKE_FILE= makefile.gcc +CONFLICTS+= lzma-utils-[0-9]* + INSTALLATION_DIRS= bin do-install: |