diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-04 07:55:49 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-04 07:55:49 +0000 |
commit | 45f061d9218cc235a83c0a8381022d947c0ea11c (patch) | |
tree | b5af03a2358e5de53a90e00583d79ad81f89fcf0 /print | |
parent | fcbd2acb27bbf4a355dbca49af027b65f4b023ac (diff) | |
download | ports-45f061d9218cc235a83c0a8381022d947c0ea11c.tar.gz ports-45f061d9218cc235a83c0a8381022d947c0ea11c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-luatex/Makefile | 1 | ||||
-rw-r--r-- | print/tex-xetex/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index daee0f328181..b43a9a120dab 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ USE_XZ= yes USE_GMAKE= yes USE_TEX= texlive kpathsea web2c texmf formats fmtutil +USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index ece21f378f48..7d08a89c8527 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ USE_XZ= yes USE_GMAKE= yes USE_TEX= texlive kpathsea web2c texmf formats fmtutil +USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ |