Bug 138911 - [patch] Fix INDEX creation - audio/lmms dependency typo
Summary: [patch] Fix INDEX creation - audio/lmms dependency typo
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: 2009-09-17 20:00 UTC by Anatoly Borodin
Modified: 2009-09-17 21:19 UTC (History)
0 users

See Also:


Attachments
file.txt (701 bytes, text/plain)
2009-09-17 20:00 UTC, Anatoly Borodin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Borodin 2009-09-17 20:00:10 UTC
In audio/lmms/Makefile:

LIB_DEPENDS+=  pulse.0:${PORTSDIR}/audio/pluseaudio

pulseaudio should be instead.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-09-17 20:53:56 UTC
miwi        2009-09-17 19:53:43 UTC

  FreeBSD ports repository

  Modified files:
    audio/lmms           Makefile 
  Log:
  - S/pluseaudio/pulseaudio
  
  PR:              138911
  Submitted by:    Anatoly Borodin <anatoly.borodin@gmail.com>
  Feature safe: yes
  
  Revision  Changes    Path
  1.24      +1 -1      ports/audio/lmms/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 2 Martin Wilke freebsd_committer freebsd_triage 2009-09-17 21:19:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!