Bug 99787 - deskutils/bmp-docklet: it should not depend on gmake after build time
Summary: deskutils/bmp-docklet: it should not depend on gmake after build time
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 18:10 UTC by Gyorgy Teubel
Modified: 2006-07-05 10:31 UTC (History)
0 users

See Also:


Attachments
file.diff (485 bytes, patch)
2006-07-04 18:10 UTC, Gyorgy Teubel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyorgy Teubel 2006-07-04 18:10:13 UTC
If USE_GMAKE is defined, it will be in BUILD_DEPENDS. The program doesn't require it after build, but because in the makefile the RUN_DEPENDS variable is ${BUILD_DEPENDS}, therefore gmake is among the dependencies of the package bmp-docklet.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-04 18:10:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-07-05 10:31:06 UTC
State Changed
From-To: open->closed

Committed, thanks!