diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
commit | c5f6ac09519c1785849f7594e34002339744acff (patch) | |
tree | a41583195bf11eaddcc25d81461b4a49df2cefca /print/Makefile | |
parent | c36b048feeda3fbfb1d25ab09445bd785e3bfe05 (diff) | |
download | freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.gz freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.zst freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.zip |
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/print/Makefile b/print/Makefile index 667d0557767c..67d1ee635efb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -4,9 +4,7 @@ COMMENT = Desktop publishing SUBDIR += a2pdf - SUBDIR += a2ps-a4 - SUBDIR += a2ps-letter - SUBDIR += a2ps-letterdj + SUBDIR += a2ps SUBDIR += abc2mtex SUBDIR += abcm2ps SUBDIR += abntex @@ -26,8 +24,7 @@ SUBDIR += biblio-py SUBDIR += bibview SUBDIR += bophook - SUBDIR += c2ps-a4 - SUBDIR += c2ps-letter + SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cjk-lyx @@ -174,8 +171,7 @@ SUBDIR += linux-f10-cups-libs SUBDIR += lout SUBDIR += lpr-wrapper - SUBDIR += lprps-a4 - SUBDIR += lprps-letter + SUBDIR += lprps SUBDIR += lyx SUBDIR += lyx16 SUBDIR += magicfilter |