diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-22 06:34:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-22 06:34:44 +0000 |
commit | e1a33c733c6017f063316754da14978bf4b4da5a (patch) | |
tree | 80ddddab893318c131f4cf14780febc73fd00d5c /security/libtomcrypt | |
parent | ffbb4c6340911c4f8e3709bc5a632366b94ab035 (diff) | |
download | ports-e1a33c733c6017f063316754da14978bf4b4da5a.tar.gz ports-e1a33c733c6017f063316754da14978bf4b4da5a.zip |
Fix build with texlive
Notes
Notes:
svn path=/head/; revision=362520
Diffstat (limited to 'security/libtomcrypt')
-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 |