diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 18:13:09 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 18:13:09 +0000 |
commit | 59af00b29416d3d45c25b188746dfe802c668f05 (patch) | |
tree | 7bd51d9c8230c289a2bc192c2b9b4c8b0f11eb93 /print/gp/files/patch-aa | |
parent | cd85c810c7f40b33ba0b0c0f5741ab727331fecb (diff) |
Notes
Diffstat (limited to 'print/gp/files/patch-aa')
-rw-r--r-- | print/gp/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/print/gp/files/patch-aa b/print/gp/files/patch-aa new file mode 100644 index 000000000000..7c8f0b5c1bf2 --- /dev/null +++ b/print/gp/files/patch-aa @@ -0,0 +1,24 @@ +*** Makefile~ Sun Feb 1 20:48:49 1998 +--- Makefile Mon Feb 2 16:47:20 1998 +*************** +*** 13,19 **** + BINDIR = $(PREFIX)/bin + LIBDIR = $(PREFIX)/lib/GP + +! FILTERS = `ls filters` + FILTERS.SAMPLE = `ls filters.sample` + + ICONS = printer.xbm exit.xbm +--- 13,24 ---- + BINDIR = $(PREFIX)/bin + LIBDIR = $(PREFIX)/lib/GP + +! .if (${LANGUAGE} == "Japanese") +! FILTERS =a2ps-j dvi2ps-j ImageMagick +! .else +! FILTERS =a2ps dvips ImageMagick +! .endif +! + FILTERS.SAMPLE = `ls filters.sample` + + ICONS = printer.xbm exit.xbm |