diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/tex-xetex | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | freebsd-ports-graphics-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz freebsd-ports-graphics-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.zst freebsd-ports-graphics-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/tex-xetex')
-rw-r--r-- | print/tex-xetex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 7d08a89c852..c1e8dafb972 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -80,6 +80,7 @@ CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes TEX_FORMATS= xetex +NO_STAGE= yes pre-configure: for D in libs/harfbuzz libs/xpdf; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ |