aboutsummaryrefslogtreecommitdiff
path: root/devel/e_dbus
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-09-29 22:17:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-09-29 22:17:22 +0000
commit47f42d08e91d7187c902fb81b17580ece341fbf4 (patch)
tree3261375fe34bf94f1657942ef9b55b6acd397e35 /devel/e_dbus
parent846696c8e185cb4551af6f5bd5bb3ccafeeea6b4 (diff)
- Convert to new LIB_DEPENDS syntax
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=328749
Diffstat (limited to 'devel/e_dbus')
-rw-r--r--devel/e_dbus/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/e_dbus/Makefile b/devel/e_dbus/Makefile
index d015a5a87087..f5db9e492e6a 100644
--- a/devel/e_dbus/Makefile
+++ b/devel/e_dbus/Makefile
@@ -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>