Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 22:17:22 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328749 - head/devel/e_dbus
Message-ID:  <201309292217.r8TMHMUB090169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Sep 29 22:17:22 2013
New Revision: 328749
URL: http://svnweb.freebsd.org/changeset/ports/328749

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/devel/e_dbus/Makefile

Modified: head/devel/e_dbus/Makefile
==============================================================================
--- head/devel/e_dbus/Makefile	Sun Sep 29 22:03:41 2013	(r328748)
+++ head/devel/e_dbus/Makefile	Sun Sep 29 22:17:22 2013	(r328749)
@@ -13,7 +13,7 @@ COMMENT=	EFL DBUS connectivity library
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
+LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
@@ -30,5 +30,4 @@ CONFIGURE_ARGS=	--enable-ehal \
 		--disable-eofono \
 		--disable-ebluez
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292217.r8TMHMUB090169>