[Midnightbsd-cvs] mports [22032] trunk/devel/pydbus-common/Makefile: allow for multiple depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 30 13:09:36 EDT 2016


Revision: 22032
          http://svnweb.midnightbsd.org/mports/?rev=22032
Author:   laffer1
Date:     2016-10-30 13:09:36 -0400 (Sun, 30 Oct 2016)
Log Message:
-----------
allow for multiple depends

Modified Paths:
--------------
    trunk/devel/pydbus-common/Makefile

Modified: trunk/devel/pydbus-common/Makefile
===================================================================
--- trunk/devel/pydbus-common/Makefile	2016-10-30 17:04:03 UTC (rev 22031)
+++ trunk/devel/pydbus-common/Makefile	2016-10-30 17:09:36 UTC (rev 22032)
@@ -15,8 +15,8 @@
 LICENSE=	mit
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	dbus-glib>=0:${PORTSDIR}/devel/dbus-glib
-LIB_DEPENDS=    libdbus-1.so:${PORTSDIR}/devel/dbus
+BUILD_DEPENDS+=	dbus-glib>=0:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=    libdbus-1.so:${PORTSDIR}/devel/dbus
 
 SLAVE_PORT?=	no
 



More information about the Midnightbsd-cvs mailing list