Bug 111103 - x11-toolkits/open-motif/Makefile bug
Summary: x11-toolkits/open-motif/Makefile bug
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: Steve Price
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-01 21:20 UTC by christopher
Modified: 2007-08-14 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description christopher 2007-04-01 21:20:13 UTC
        x11-toolkits/open-motif/Makefile has:
         RUN_DEPENDS=  imake:${X_IMAKE_PORT}
        probably should be:
         BUILD_DEPENDS=  imake:${X_IMAKE_PORT}

Fix: 

change RUN_DEPENDS=  imake:${X_IMAKE_PORT} to BUILD_DEPENDS=  imake:${X_
IMAKE_PORT}
How-To-Repeat:  build x11-toolkits/open-motif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-01 21:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->steve

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-14 21:07:30 UTC
steve       2007-08-14 20:07:26 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/open-motif Makefile 
  Log:
  This port no longer RUN_DEPENDS on imake.
  
  PR:             111103
  Submitted by:   christopher<chrismcc+freebsd@pricegrabber.com>
  
  Revision  Changes    Path
  1.42      +1 -3      ports/x11-toolkits/open-motif/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steve Price freebsd_committer freebsd_triage 2007-08-14 21:07:31 UTC
State Changed
From-To: open->closed

This port no longer requires either a RUN_DEPENDS or BUILD_DEPENDS 
on imake.