Bug 39915

Summary: [Maintainer Update] Fix Port audio/xmms-ladspa
Product: Ports & Packages Reporter: Tilman Linneweh <tilman>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: tilman
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tilman Linneweh 2002-06-27 09:00:04 UTC
	Missed dependency on audio/ladspa
	Noticed by:	 bento
	http://bento.freebsd.org/errorlogs/4-full/xmms-ladspa-0.5.log

Fix: diff -u Makefile


MAINTAINER=    freebsdports@arved.de

+BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS=   xmms.3:${PORTSDIR}/audio/xmms

 USE_X_PREFIX=  yes--GVXIQt5Vy5FpbrQsMuPpm3EzvEwSkPMqhpEKR2mknfgvFi6n
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/xmms-ladspa/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    31 May 2002 17:01:24 -0000      1.2
+++ Makefile    27 Jun 2002 07:44:56 -0000
@@ -12,6 +12,7 @@
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-06-28 03:16:32 UTC
State Changed
From-To: open->closed

Committed, Thanks!