aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-06-09 15:28:07 +0800
committeralex <alex@FreeBSD.org>2000-06-09 15:28:07 +0800
commit37f09e8159326f89248790e1b3b573b869de5211 (patch)
tree6286e493a3ef306281867a1ff25f6cb3087ae1d3 /print
parent5bdf8f2a811ccf30f3aaab9fe3cdc36febb73894 (diff)
downloadfreebsd-ports-graphics-37f09e8159326f89248790e1b3b573b869de5211.tar.gz
freebsd-ports-graphics-37f09e8159326f89248790e1b3b573b869de5211.tar.zst
freebsd-ports-graphics-37f09e8159326f89248790e1b3b573b869de5211.zip
Fix build:
* Add texmf definition: Submitted by: Andrew <andrew@ugh.net.au> PR: 18680 * Add png.3 LIB_DEPEND Reviewed by: will
Diffstat (limited to 'print')
-rw-r--r--print/jadetex/Makefile2
-rw-r--r--print/jadetex/files/texmf.cnf4
2 files changed, 6 insertions, 0 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index c2f45f83792..d3d14c59ac3 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -13,8 +13,10 @@ MASTER_SITES= http://www.tug.org/applications/jadetex/
MAINTAINER= kelly@ad1440.net
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
+MAKE_ENV= TEXMFCNF=${FILESDIR}:${PREFIX}/share/texmf/web2c
USE_ZIP= yes
NO_WRKSUBDIR= yes
diff --git a/print/jadetex/files/texmf.cnf b/print/jadetex/files/texmf.cnf
new file mode 100644
index 00000000000..b23d29d3382
--- /dev/null
+++ b/print/jadetex/files/texmf.cnf
@@ -0,0 +1,4 @@
+ hash_extra = 60000
+ pool_size = 1000000
+ max_strings = 70000
+ save_size = 10000