diff options
-rw-r--r-- | archivers/xz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 91d3d6012512..6ffbbab264cd 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -19,9 +19,11 @@ CONFLICTS= lzma-[0-9]* lzmautils-[0-9]* lzmalib-[0-9]* MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack +USES= pathfix GNU_CONFIGURE= yes +DEPRECATED= Available in base distribution for all supported releases + # As we want to use xz for extraction of port distfiles, # it cannot depend on gettext. CONFIGURE_ARGS= --disable-nls |