diff options
author | reed <reed> | 2008-06-19 16:27:10 +0000 |
---|---|---|
committer | reed <reed> | 2008-06-19 16:27:10 +0000 |
commit | a71767b1d60bc4b839ede0ffc5d74e174da8cd37 (patch) | |
tree | 0a191a7405fa392a39ce916197aa48321b56a7ee | |
parent | 47c2f9f1449ea3cb414a2f1c9310dabeae44403c (diff) | |
download | pkgsrc-a71767b1d60bc4b839ede0ffc5d74e174da8cd37.tar.gz |
Added print/tex-ifxetex.
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 68a0717c678..73a6215bc0b 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1304 2008/06/19 15:56:58 he Exp $ +$NetBSD: CHANGES-2008,v 1.1305 2008/06/19 16:27:10 reed Exp $ Changes to the packages collection and infrastructure in 2008: @@ -2176,3 +2176,4 @@ Changes to the packages collection and infrastructure in 2008: Updated x11/kdebindings-ruby to 3.5.9nb1 [taca 2008-06-19] Updated devel/ruby-mode to 1.8.7.17 [taca 2008-06-19] Updated databases/rrdtool to 1.2.27nb1 [he 2008-06-19] + Added print/tex-ifxetex version 0.2 [reed 2008-06-19] diff --git a/print/Makefile b/print/Makefile index 80c1eada7bf..c160268ae5a 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2008/05/15 20:07:33 drochner Exp $ +# $NetBSD: Makefile,v 1.185 2008/06/19 16:27:10 reed Exp $ # COMMENT= Desktop publishing @@ -129,6 +129,7 @@ SUBDIR+= tex-foiltex SUBDIR+= tex-glossaries SUBDIR+= tex-hlatex SUBDIR+= tex-hugelatex +SUBDIR+= tex-ifxetex SUBDIR+= tex-igo SUBDIR+= tex-jadetex SUBDIR+= tex-memhangul-ucs |