diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-10 08:39:55 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-10 08:39:55 +0800 |
commit | fe858a2f2a80e0e45bd57c7e6270556a77050c4e (patch) | |
tree | 10d26903fd48223006f670fe0fde8d6860554b1a /textproc/Makefile | |
parent | fbf0c373925d83985327af2be60d14e04a50308b (diff) | |
download | freebsd-ports-gnome-fe858a2f2a80e0e45bd57c7e6270556a77050c4e.tar.gz freebsd-ports-gnome-fe858a2f2a80e0e45bd57c7e6270556a77050c4e.tar.zst freebsd-ports-gnome-fe858a2f2a80e0e45bd57c7e6270556a77050c4e.zip |
xmlroff is an XSL formatter written in C that produces PDF and PostScript.
WWW: http://xmlroff.org
PR: ports/75972
Submitted by: James Earl <james@icionline.ca>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f25f0db32117..18f6e1b4e1f6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -686,6 +686,7 @@ SUBDIR += xmlpp SUBDIR += xmlppm SUBDIR += xmlpull + SUBDIR += xmlroff SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp |