Bug 68636

Summary: [patch] textproc/intltool fail to build without p5-XML-Parser
Product: Ports & Packages Reporter: Konstantin Oznobihin <bork>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Konstantin Oznobihin 2004-07-03 15:50:21 UTC
	textproc/intltool fail to build when p5-XML-Parser is not installed.
	intltool specifies p5-XML-Parser as RUN_DEPENDS while it should be
	BUILD_DEPENDS or DEPENDS.

Fix: Change RUN_DEPENDS to BUILD_DEPENDS
How-To-Repeat: 	cd /usr/ports/textproc/intltool
	make
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-03 16:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->	 gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-07-03 18:23:05 UTC
State Changed
From-To: open->closed

Committed without removing the RUN_DEPENDS, thanks!