summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 20:49:21 +0000
committerjlam <jlam>2002-09-21 20:49:21 +0000
commit2358f93ea0fbeacb503e058404ccce63afb68df7 (patch)
treecb93ae353f67a77f6f324b42b9c12887743f226f
parent311429deef33b240179e91bff6ba015414e0d9ae (diff)
downloadpkgsrc-2358f93ea0fbeacb503e058404ccce63afb68df7.tar.gz
Fix typo: s/11/x11/. From pkg/18365 by Roland.Dittel@epost.de.
-rw-r--r--mk/ghostscript.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/ghostscript.mk b/mk/ghostscript.mk
index f32bcfa52f5..ff0a09e9821 100644
--- a/mk/ghostscript.mk
+++ b/mk/ghostscript.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ghostscript.mk,v 1.9 2002/09/18 23:06:03 jlam Exp $
+# $NetBSD: ghostscript.mk,v 1.10 2002/09/21 20:49:21 jlam Exp $
#
# This Makefile fragment is included by packages that require a run-time
# dependency on a ghostscript Postscript interpreter.
@@ -34,7 +34,7 @@ _VALID_GS= # empty
_VALID_GS+= ghostscript-esp>=${GHOSTSCRIPT_REQD}
. else
_VALID_GS+= ghostscript-esp>=${GHOSTSCRIPT_REQD}
-_VALID_GS+= ghostscript-esp-no11>=${GHOSTSCRIPT_REQD}
+_VALID_GS+= ghostscript-esp-nox11>=${GHOSTSCRIPT_REQD}
. endif
. endif
.endfor
@@ -49,7 +49,7 @@ _VALID_GS+= ghostscript-gnu-x11>=${GHOSTSCRIPT_REQD}
. else
_VALID_GS+= ghostscript-gnu>=${GHOSTSCRIPT_REQD}
_VALID_GS+= ghostscript-gnu-x11>=${GHOSTSCRIPT_REQD}
-_VALID_GS+= ghostscript-gnu-no11>=${GHOSTSCRIPT_REQD}
+_VALID_GS+= ghostscript-gnu-nox11>=${GHOSTSCRIPT_REQD}
. endif
. endif
.endfor
@@ -62,7 +62,7 @@ _VALID_GS+= ghostscript-gnu-no11>=${GHOSTSCRIPT_REQD}
_VALID_GS+= ghostscript>=${GHOSTSCRIPT_REQD}
. else
_VALID_GS+= ghostscript>=${GHOSTSCRIPT_REQD}
-_VALID_GS+= ghostscript-no11>=${GHOSTSCRIPT_REQD}
+_VALID_GS+= ghostscript-nox11>=${GHOSTSCRIPT_REQD}
. endif
. endif
.endfor