diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-27 13:29:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-27 13:29:01 +0800 |
commit | dc9e7d491d3dbe36c76f7844cabfb4f483e7fde6 (patch) | |
tree | 66f3e0f6374d3c2d09f8d9f8a0195924e1505e93 /print | |
parent | bd6f549c270803dcb28f589c6c97c21ba94a0441 (diff) | |
download | freebsd-ports-gnome-dc9e7d491d3dbe36c76f7844cabfb4f483e7fde6.tar.gz freebsd-ports-gnome-dc9e7d491d3dbe36c76f7844cabfb4f483e7fde6.tar.zst freebsd-ports-gnome-dc9e7d491d3dbe36c76f7844cabfb4f483e7fde6.zip |
Fix make checksum
With hat: portmgr
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index a05bb4f7f500..b605783136c4 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -22,10 +22,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ paper:${PORTSDIR}/print/libpaper RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps -USES= gmake tar:xz +USES= gmake pkgconfig tar:xz USE_TEX= texlive kpathsea web2c texmf texhash TEXHASHDIR= ${TEXMFDISTDIR} ${TEXMFDIR} -USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ m4 \ |