diff options
author | abs <abs@pkgsrc.org> | 2005-10-12 19:24:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-10-12 19:24:20 +0000 |
commit | 8c12b2ec94a9c50c5f307e2de33c9d26a4864b1a (patch) | |
tree | 536112fb341f89b75e771c7e10f00ac5c5ec8399 | |
parent | f3c62e73e2a707ff767ce31bf6f41b587769b8a2 (diff) | |
download | pkgsrc-8c12b2ec94a9c50c5f307e2de33c9d26a4864b1a.tar.gz |
+ghostscript-afpl
-rw-r--r-- | mk/ghostscript.mk | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/ghostscript.mk b/mk/ghostscript.mk index 9bc0c4710b4..cfecd85b83f 100644 --- a/mk/ghostscript.mk +++ b/mk/ghostscript.mk @@ -1,4 +1,4 @@ -# $NetBSD: ghostscript.mk,v 1.13 2005/02/07 07:18:40 jlam Exp $ +# $NetBSD: ghostscript.mk,v 1.14 2005/10/12 19:24:20 abs Exp $ # # This Makefile fragment is included by packages that require a run-time # dependency on a ghostscript Postscript interpreter. @@ -32,6 +32,18 @@ _GS_PKGSRCDIR?= ../../print/ghostscript-gnu _VALID_GS= # empty +# ghostscript-afpl satisfies ${GHOSTSCRIPT_REQD}<=7.07.1 +# +.for _gs_pattern_ in [0-6].* 7.0 7.0[1-6]* 7.07 7.07.1 +. if !empty(GHOSTSCRIPT_REQD:M${_gs_pattern_}) +. if defined(USE_X11) +_VALID_GS+= ghostscript-afpl>=${GHOSTSCRIPT_REQD} +. else +_VALID_GS+= ghostscript-afpl>=${GHOSTSCRIPT_REQD} +. endif +. endif +.endfor + # ghostscript-esp{,-x11,-nox11} satisfies ${GHOSTSCRIPT_REQD}<=7.07.1 # .for _gs_pattern_ in [0-6].* 7.0 7.0[1-6]* 7.07 7.07.1 |