diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2003-11-16 10:04:47 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2003-11-16 10:04:47 +0000 |
commit | 5809dd6b80a832d9844b21a43e8e07fb40a6c881 (patch) | |
tree | 7f63aa8e3f425544a1e1b6600890cc2a7e4f10be /print | |
parent | dc098e07f7b54b81cb8ee6b93e15b47f1be10dba (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 6dc7389c9b69..a4e4a5cd97df 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -32,7 +32,7 @@ MAKE_ENV+= NO_X=true .endif # -# define WITH_GHOSTSCRIPT_AFP1=yes for AFPL Postscript interpreter +# define WITH_GHOSTSCRIPT_AFPL=yes for AFPL Postscript interpreter # instead of GNU one # .if defined(WITH_GHOSTSCRIPT_AFPL) @@ -132,7 +132,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" GSPORT="${GSPORT}" PAPERSIZE?=letter pre-fetch: -.if !defined(WITH_GHOSTSCRIPT_AFP1) +.if !defined(WITH_GHOSTSCRIPT_AFPL) @${ECHO} "" @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" @${ECHO} " AFPL Postscript interpreter instead of GNU one" |