Bug 68636 - [patch] textproc/intltool fail to build without p5-XML-Parser
Summary: [patch] textproc/intltool fail to build without p5-XML-Parser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-03 15:50 UTC by Konstantin Oznobihin
Modified: 2004-07-03 18:23 UTC (History)
0 users

See Also:


Attachments
patch (410 bytes, patch)
2004-07-03 15:50 UTC, Konstantin Oznobihin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!