diff options
author | rh <rh@pkgsrc.org> | 2002-09-14 03:17:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-14 03:17:31 +0000 |
commit | 378c55edfcb6c488b3e622c50bdaafd2ea5b80de (patch) | |
tree | 35cc0aeb6a6fb2dc4013bc96e3f544968ac1df1b /mk | |
parent | 7227d3ef0be36fd65d93ae3bffa69f3232438c16 (diff) | |
download | pkgsrc-378c55edfcb6c488b3e622c50bdaafd2ea5b80de.tar.gz |
Fix directory path to the X11 version of ghostscript-gnu.
Diffstat (limited to '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 e7517885603..aa55a6fe1a2 100644 --- a/mk/ghostscript.mk +++ b/mk/ghostscript.mk @@ -1,4 +1,4 @@ -# $NetBSD: ghostscript.mk,v 1.5 2002/09/13 22:30:09 jlam Exp $ +# $NetBSD: ghostscript.mk,v 1.6 2002/09/14 03:17:31 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 +_GS_PKGSRCDIR?= ../../print/ghostscript-gnu-x11 .endif _VALID_GS= # empty |