Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 09:28:50 -0700
From:      Yuri <yuri@rawbw.com>
To:        x11@freebsd.org
Subject:   x11-fonts/fontsproto: missing dependency textproc/xmlto
Message-ID:  <4FC64AC2.4050400@rawbw.com>

next in thread | raw e-mail | index | archive | help
fontsproto uses xmlto utility if it is installed, and doesn't if it 
isn't installed.
But fontsproto has no dependency on xmlto, so it doesn't get rebuilt 
when fontsproto is rebuilt hierarchically. This is wrong.

x11-fonts/fontsproto/Makefile should have:
BUILD_DEPENDS = ${LOCALBASE}/bin/xmlto:${PORTSDIR}/textproc/xmlto
Or it could be made optional on a config option.

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FC64AC2.4050400>