From 6f91b9d1497111a91175c33d1679443ae3eeadab Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 15 May 2006 02:56:23 +0000 Subject: - Errr, fix path for dbus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6255 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/vlc-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 181fa752d..22f04e982 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Brian Somers # # $FreeBSD$ -# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.7 2006/05/10 23:33:45 ahze Exp $ +# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.8 2006/05/15 02:46:26 ahze Exp $ # # *** PLEASE READ Makefile.inc for more information on knobs *** # @@ -212,7 +212,7 @@ CONFIGURE_ARGS+=--disable-corba .endif .if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus:${PORTSDIR}/sysutils/dbus +LIB_DEPENDS+= dbus:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-dbus .else CONFIGURE_ARGS+= --disable-dbus -- cgit