ports/65393: audio/xmms-infopipe: fix LIB_DEPENDS in Makefile
Manuel Rabade Garcia
mig at mig-29.net
Sat Apr 10 07:00:42 UTC 2004
>Number: 65393
>Category: ports
>Synopsis: audio/xmms-infopipe: fix LIB_DEPENDS in Makefile
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 10 00:00:41 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Manuel Rabade Garcia
>Release:
>Organization:
>Environment:
FreeBSD fulcrum.mig-29.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Sat Mar 20 23:58:23 CST 2004 mig at fulcrum.mig-29.net:/usr/obj/usr/src/sys/FULCRUM i386
>Description:
Missing LIB_DEPENDS, sorry :)
>How-To-Repeat:
>Fix:
--- patch begins here ---
diff -ruN xmms-infopipe.old/Makefile xmms-infopipe/Makefile
--- xmms-infopipe.old/Makefile Fri Feb 6 07:10:52 2004
+++ xmms-infopipe/Makefile Thu Apr 8 23:54:00 2004
@@ -2,12 +2,12 @@
# Date created: 14 July 2003
# Whom: mig
#
-# $FreeBSD: ports/audio/xmms-infopipe/Makefile,v 1.5 2004/02/06
13:10:52 trevor Exp $
+# $FreeBSD$
#
PORTNAME= xmms-infopipe
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +15,7 @@
MAINTAINER= mig at mig-29.net
COMMENT= Create a named pipe to retrive xmms info about currently
playing song
+LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list