diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-22 14:34:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-22 14:34:44 +0800 |
commit | a6ab0fa6d9e526e81c2c27eb160367b5db6daa41 (patch) | |
tree | 80ddddab893318c131f4cf14780febc73fd00d5c /security | |
parent | ecf127b16548ad2b68f0900c3462b77d8ff28527 (diff) | |
download | freebsd-ports-gnome-a6ab0fa6d9e526e81c2c27eb160367b5db6daa41.tar.gz freebsd-ports-gnome-a6ab0fa6d9e526e81c2c27eb160367b5db6daa41.tar.zst freebsd-ports-gnome-a6ab0fa6d9e526e81c2c27eb160367b5db6daa41.zip |
Fix build with texlive
Diffstat (limited to 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 00651feac5ff..347fe5d6b246 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -46,7 +46,7 @@ CFLAGS+= -DGMP_DESC .endif .if ${PORT_OPTIONS:MDOCS} -USE_TEX= latex:build +USE_TEX= latex:build dvipdfmx:build PORTDOCS= * .else MAKE_ARGS+= NODOCS=yes |