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

Mathieu Arnold mat at FreeBSD.org
Sun Dec 29 11:03:55 UTC 2013



+--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

:-)

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list