diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-28 07:07:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-28 07:07:42 +0800 |
commit | 43c684eb745c6a9a778d497aa5b8404a8e13fb65 (patch) | |
tree | 404256c17992f901eb1eb1faed10aa6404cda6af | |
parent | 73a9ff99c9b98a2afca21350fa504dbf21f578cd (diff) | |
download | freebsd-ports-gnome-43c684eb745c6a9a778d497aa5b8404a8e13fb65.tar.gz freebsd-ports-gnome-43c684eb745c6a9a778d497aa5b8404a8e13fb65.tar.zst freebsd-ports-gnome-43c684eb745c6a9a778d497aa5b8404a8e13fb65.zip |
USES= tar:xz
-rw-r--r-- | devel/tex-kpathsea/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/tex-kpathsea/Makefile b/devel/tex-kpathsea/Makefile index e773bd30406e..a125c8cc6c26 100644 --- a/devel/tex-kpathsea/Makefile +++ b/devel/tex-kpathsea/Makefile @@ -12,8 +12,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Path searching library for TeX -USE_XZ= yes -USES= gmake +USES= gmake tar:xz USE_LDCONFIG= yes USE_TEX= texlive EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} |