svn commit: r328749 - head/devel/e_dbus
Grzegorz Blach
gblach at FreeBSD.org
Sun Sep 29 22:17:22 UTC 2013
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>
More information about the svn-ports-head
mailing list