Undo previous commit. This seems to be a much more suble error.
This commit is contained in:
parent
6698faebd3
commit
4bde325dd1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ghostscript.mk,v 1.6 2002/09/14 03:17:31 rh Exp $
|
||||
# $NetBSD: ghostscript.mk,v 1.7 2002/09/14 03:21:11 rh Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that require a run-time
|
||||
# dependency on a ghostscript Postscript interpreter.
|
||||
|
@ -19,7 +19,7 @@ USE_GHOSTSCRIPT?= run
|
|||
.if defined(NO_X11)
|
||||
_GS_PKGSRCDIR?= ../../print/ghostscript-gnu-nox11
|
||||
.else
|
||||
_GS_PKGSRCDIR?= ../../print/ghostscript-gnu-x11
|
||||
_GS_PKGSRCDIR?= ../../print/ghostscript-gnu
|
||||
.endif
|
||||
|
||||
_VALID_GS= # empty
|
||||
|
|
Loading…
Reference in a new issue