diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/conduit | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) | |
download | ports-0d0c38abda42953116077041374621f29398bca1.tar.gz ports-0d0c38abda42953116077041374621f29398bca1.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Notes
Notes:
svn path=/head/; revision=336190
Diffstat (limited to 'deskutils/conduit')
-rw-r--r-- | deskutils/conduit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index dcc4114d9fd5..1e17ecc33673 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-g xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ |