diff options
author | nik <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
commit | 758757f2ee4c3829c3b79f3f74643436c4341421 (patch) | |
tree | 99667da4864da540f16df19995ecbfe398c2a6a7 /print/jadetex/Makefile | |
parent | 9aa3ee8d5ed86f32f1fe8a5b5d7d4219c3a9bf23 (diff) | |
download | FreeBSD-ports-758757f2ee4c3829c3b79f3f74643436c4341421.zip FreeBSD-ports-758757f2ee4c3829c3b79f3f74643436c4341421.tar.gz |
Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
* Fixes cell-*-row-margin
* Fixes sequences in tables
* Nukes the multipar macro
* Gives better table support
* Removes the trailing blank page in print output
and more.
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r-- | print/jadetex/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 27cc37c..1f2fdef 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -10,6 +10,10 @@ PORTVERSION= 2.20 CATEGORIES= print MASTER_SITES= http://www.tug.org/applications/jadetex/ +PATCH_SITES= http://indev.insu.com/openjade/ +PATCHFILES= jadetex-2.20.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= kelly@ad1440.net BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX |