diff options
Diffstat (limited to 'devel/liboobs')
-rw-r--r-- | devel/liboobs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 8c98e8f69..c1edcd8a9 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -12,10 +12,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - hal:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libhal.so:${PORTSDIR}/sysutils/hal RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends +NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USES= gmake pathfix |