Bug 95438 - Fix BUILD_DEPENDS statement on audio/py-musicbrainz
Summary: Fix BUILD_DEPENDS statement on audio/py-musicbrainz
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-06 21:30 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2006-04-07 08:34 UTC (History)
1 user (show)

See Also:


Attachments
patch-Makefile (441 bytes, text/plain)
2006-04-06 21:30 UTC, Mario Sergio Fujikawa Ferreira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2006-04-06 21:30:14 UTC
	BUILD_DEPENDS on audio/py-musicbrainz uses PYTHONPREFIX_SITELIBDIR
instead of PYTHON_SITELIBDIR. The PYTHONPREFIX* variables are reserved
for install targets, not dependency statements. Check <bsd.python.mk>
for more information.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-06 21:47:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Jason E. Hale 2006-04-07 04:48:04 UTC
I accept the patch.

Thank you,
Jason E. Hale
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-07 08:32:20 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-07 08:32:32 UTC
State Changed
From-To: open->closed

Committed, thanks!