pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/graphics/xv
joerg@ wrote:
> On Thu, Feb 21, 2019 at 06:00:22AM +0000, Izumi Tsutsui wrote:
> > Added files:
> >
> > Index: pkgsrc/graphics/xv/options.mk
> > diff -u /dev/null pkgsrc/graphics/xv/options.mk:1.1
> > --- /dev/null Thu Feb 21 06:00:22 2019
> > +++ pkgsrc/graphics/xv/options.mk Thu Feb 21 06:00:22 2019
> > @@ -0,0 +1,15 @@
> > +# $NetBSD: options.mk,v 1.1 2019/02/21 06:00:22 tsutsui Exp $
> > +
> > +PKG_OPTIONS_VAR= PKG_OPTIONS.xv
> > +PKG_SUPPORTED_OPTIONS= ghostscript
> > +PKG_SUGGESTED_OPTIONS=
> > +
> > +.include "../../mk/bsd.options.mk"
> > +
> > +# Postscript support using installed ghostscript commands
> > +.if !empty(PKG_OPTIONS:Mghostscript)
> > +USE_TOOLS+= gs:run
> > +IMAKEOPTS+= -DUseInstalledGhostScript
> > +.else
> > +IMAKEOPTS+= -UUseInstalledGhostScript
> > +.endif
>
> IMAKEOPTS are identical?
No.
Home |
Main Index |
Thread Index |
Old Index