mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4074a72f30
PR: 6110
27 lines
552 B
Plaintext
27 lines
552 B
Plaintext
*** Makefile.orig Sun Feb 1 20:48:49 1998
|
|
--- Makefile Sun Feb 22 21:27:43 1998
|
|
***************
|
|
*** 13,20 ****
|
|
BINDIR = $(PREFIX)/bin
|
|
LIBDIR = $(PREFIX)/lib/GP
|
|
|
|
! FILTERS = `ls filters`
|
|
! FILTERS.SAMPLE = `ls filters.sample`
|
|
|
|
ICONS = printer.xbm exit.xbm
|
|
|
|
--- 13,25 ----
|
|
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
|
|
|