diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 4a325fed959..f7681d6cc37 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/11 19:47:03 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/08 14:07:18 abs Exp $ DISTNAME= xz-5.0.4 CATEGORIES= archivers @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= src/liblzma/liblzma.pc.in -GCC_REQD= 3.4 +GCC_REQD= 3.0 CONFLICTS= lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]* |