svn commit: r337610 - in head/print: foomatic-db foomatic-db-engine foomatic-db/files foomatic-filters

Boris Samorodov bsam at passap.ru
Sun Dec 29 13:58:04 UTC 2013


29.12.2013 15:03, Mathieu Arnold пишет:
> 
> 
> +--On 29 décembre 2013 02:45:36 +0100 Wolfgang Jenkner <wjenkner at inode.at>
> wrote:
> | +.if ${PORT_OPTIONS:MCOLORD}
> | +LIB_DEPENDS+=	libdbus-1.so:${PORTSDIR}/devel/dbus
> | +RUN_DEPENDS+=	colormgr:${PORTSDIR}/graphics/colord
> | +CONFIGURE_ARGS+=	--enable-dbus
> | +.else
> | +CONFIGURE_ARGS+=	--disable-dbus
> | +.endif
> 
> That should really be :
> 
> COLORD_LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
> COLORD_RUN_DEPENDS=	colormgr:${PORTSDIR}/graphics/colord
> COLORD_CONFIGURE_ENABLE=	dbus
> 
> :-)

Yep, thanks! The whole port may be simplified a lot.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve


More information about the svn-ports-head mailing list