diff options
author | jlam <jlam> | 2002-09-13 06:54:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-13 06:54:17 +0000 |
commit | 8d99b1b6d179edaa262aa4a3c433fc24aebbdd99 (patch) | |
tree | af540fda0aa2fe0e6108951690b20c2a79f2a828 /mk/ghostscript.mk | |
parent | 10035fcdc6e26e1c5e9db5abf0df0105d66671b5 (diff) | |
download | pkgsrc-8d99b1b6d179edaa262aa4a3c433fc24aebbdd99.tar.gz |
Require at least 6.01. I don't think there are any more 6.0 installed out
there.
Diffstat (limited to 'mk/ghostscript.mk')
-rw-r--r-- | mk/ghostscript.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/ghostscript.mk b/mk/ghostscript.mk index 97411015dfe..7ac4a4e3f3e 100644 --- a/mk/ghostscript.mk +++ b/mk/ghostscript.mk @@ -1,4 +1,4 @@ -# $NetBSD: ghostscript.mk,v 1.2 2002/09/13 06:40:08 jlam Exp $ +# $NetBSD: ghostscript.mk,v 1.3 2002/09/13 06:54:17 jlam Exp $ # # This Makefile fragment is included by packages that require a run-time # dependency on a ghostscript Postscript interpreter. @@ -13,7 +13,7 @@ .include "../../mk/bsd.prefs.mk" -GHOSTSCRIPT_REQD?= 6.0 +GHOSTSCRIPT_REQD?= 6.01 USE_GHOSTSCRIPT?= run .if defined(NO_X11) |