pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk +ghostscript-afpl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9306b0fc8860
branches:  trunk
changeset: 500754:9306b0fc8860
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Oct 12 19:24:20 2005 +0000

description:
+ghostscript-afpl

diffstat:

 mk/ghostscript.mk |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 312c207009e0 -r 9306b0fc8860 mk/ghostscript.mk
--- a/mk/ghostscript.mk Wed Oct 12 18:54:09 2005 +0000
+++ b/mk/ghostscript.mk Wed Oct 12 19:24:20 2005 +0000
@@ -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 @@
 
 _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



Home | Main Index | Thread Index | Old Index