summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2003-11-16 10:04:47 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2003-11-16 10:04:47 +0000
commit5809dd6b80a832d9844b21a43e8e07fb40a6c881 (patch)
tree7f63aa8e3f425544a1e1b6600890cc2a7e4f10be /print
parentFix a problem where straw wouldn't show any articles if the locale was set (diff)
- typo in make variables, at some places "WITH_GHOSTSCRIPT_AFP1" has been used
instead of using "WITH_GHOSTSCRIPT_AFPL" - bumped port revision, because this sanitizes dependencies Submitted by: Frank Bartels <knarf@knarf.de>
Notes
Notes: svn path=/head/; revision=94084
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile6
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"